RVTDocs.com
Namespace: Autodesk.Revit.DB Class: RevitLinkType

RevitLinkType.GetTopLevelLink(Document, ModelPath)

Method
Description:
Returns the ElementId of the (top-level) linked model with the given path.
Remarks:
This function will not return nested links.
Syntax
public static ElementId GetTopLevelLink(
	Document document,
	ModelPath path
)
Parameters
Parameter Type Description
document Document The document to look for the linked model in.
path ModelPath A path indicating which linked model to return.
Return Value
Type Description
ElementId The id of the link with the given path, or InvalidElementId if there is no top-level link at that path.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null