Returns the collection of building elements exposed to the outside forming the building envelope.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.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() |