Returns the collection of building elements exposed to the outside forming the building envelope.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<LinkElementId> GetBoundingElements()
Return Value
IList<LinkElementId>
The ids of the building elements in the envelope.
See Also
Reference