Revit 2026 API
Boundary |
Retrieve the id of the element that produces this boundary segment.
If the segment is created from an element in a link, this is the id of the RevitLinkInstance.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ElementId ElementId { get; }
Public ReadOnly Property ElementId As ElementId Get
public: property ElementId^ ElementId { ElementId^ get (); }
member ElementId : ElementId with get
Property Value
ElementIdSee Also