RevitLinkType.GetRootId
Method
Description:
Gets the id of the top-level link which this link is linked into.
Gets the id of the top-level link which this link is linked into.
Remarks:
This function will always return the id of a top-level link, or invalidElementId. Given the link structure A -> B -> C, then calling this function on C will return A's id. Call GetParentId to get B's id.
This function will always return the id of a top-level link, or invalidElementId. Given the link structure A -> B -> C, then calling this function on C will return A's id. Call GetParentId to get B's id.