Revit 2026 API
Boundary |
Retrieve the element id of the element in a link instance that forms this boundary.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ElementId LinkElementId { get; }
Public ReadOnly Property LinkElementId As ElementId Get
public: property ElementId^ LinkElementId { ElementId^ get (); }
member LinkElementId : ElementId with get
Property Value
ElementIdSee Also