Revit 2025.3 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: 25.3.0.0 (25.3.0.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