Revit 2025 API
ReferenceLinked |
The id of the top-level element in the linked document that is referred to by this reference.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ElementId LinkedElementId { get; }
Public ReadOnly Property LinkedElementId As ElementId Get
public: property ElementId^ LinkedElementId { ElementId^ get (); }
member LinkedElementId : ElementId with get
Property Value
ElementId
InvalidElementId will be returned for references that don't refer to an element in a linked RVT file.
See Also