2024 Method
Changes 0
M

RevitLinkType.GetTopLevelLink

Description:
Returns the ElementId of the (top-level) linked model with the given ExternalResourceReference.
Remarks:

This function will not return nested links.

Revit will not check the version when checking for resource equality.

Overloads (2):
GetTopLevelLink(Document,ExternalResourceReference)
public static ElementId GetTopLevelLink(
	Document document,
	ExternalResourceReference reference
)
Return Value ElementId The id of the link with the given ExternalResourceReference, or InvalidElementId if there is no top-level link at that location.