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