Revit 2023 API |
BuildingEnvelopeAnalyzer..::..GetBoundingElements Method |
BuildingEnvelopeAnalyzer Class See Also |
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: 23.0.0.0 (23.1.0.0)
Since:
2015
Syntax
C# |
---|
public IList<LinkElementId> GetBoundingElements() |
Visual Basic |
---|
Public Function GetBoundingElements As IList(Of LinkElementId) |
Visual C++ |
---|
public: IList<LinkElementId^>^ GetBoundingElements() |