| Revit 2021.1 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: 21.0.0.0 (21.1.1.109)
Since:
2015
Syntax
| C# |
|---|
public IList<LinkElementId> GetBoundingElements() |
| Visual Basic |
|---|
Public Function GetBoundingElements As IList(Of LinkElementId) |
| Visual C++ |
|---|
public: IList<LinkElementId^>^ GetBoundingElements() |