Revit 2026 API
Building |
Returns the collection of building elements exposed to the outside forming the building envelope.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<LinkElementId> GetBoundingElements()
Public Function GetBoundingElements As IList(Of LinkElementId)
public: IList<LinkElementId^>^ GetBoundingElements()
member GetBoundingElements : unit -> IList<LinkElementId>
Return Value
IListLinkElementIdThe ids of the building elements in the envelope.
See Also