ReloadFrom

bool ReloadFrom(this RevitLinkType linkType, string newPath)

Reloads the link from a new user-visible path.

Parameters

  • linkTypeRevitLinkType

    The link type.

  • newPathstring

    New user-visible path to load from.

Returns: True if loaded from the new path; otherwise false.

Example

bool ok = linkType.ReloadFrom(@"C:\Models\Link.rvt");