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();bool Reload(this RevitLinkType linkType)Reloads the link from its current path.
The link type.
bool ok = linkType.Reload();