Unload
bool Unload(this RevitLinkType linkType)Unloads the link.
Parameters
- linkTypeRevitLinkType
The link type.
Returns: True if unloaded successfully; otherwise false.
Example
bool ok = linkType.Unload();bool Unload(this RevitLinkType linkType)Unloads the link.
The link type.
bool ok = linkType.Unload();