GetWorkSetName

string? GetWorkSetName(this RevitLinkInstance link)

Gets the workset name of the link instance.

Parameters

  • linkRevitLinkInstance

    The link instance.

Returns: Workset name, or null if unavailable.

Example

string? wsName = link.GetWorkSetName();