Reload

bool Reload(this RevitLinkType linkType)

Reloads the link from its current path.

Parameters

  • linkTypeRevitLinkType

    The link type.

Returns: True if reloaded successfully; otherwise false.

Example

bool ok = linkType.Reload();