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();