Returns the collection of building elements exposed to the outside forming the building envelope.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since: 2015
Syntax
C# |
---|
public IList<LinkElementId> GetBoundingElements() |
Visual Basic |
---|
Public Function GetBoundingElements As IList(Of LinkElementId) |
Visual C++ |
---|
public: IList<LinkElementId^>^ GetBoundingElements() |