Revit 2026 API
Building |
Returns the collection of bounding building elements for an enclosed space volume.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<LinkElementId> GetBoundingElementsForSpaceVolume( int spaceVolume )
Public Function GetBoundingElementsForSpaceVolume ( spaceVolume As Integer ) As IList(Of LinkElementId)
public: IList<LinkElementId^>^ GetBoundingElementsForSpaceVolume( int spaceVolume )
member GetBoundingElementsForSpaceVolume : spaceVolume : int -> IList<LinkElementId>
Parameters
- spaceVolume Int32
Return Value
IListLinkElementIdThe ids of the bounding building elements for the enclosed space volume.

This method requires the building envelope analyzer method created with
the option set to compute enclosed space volumes.
See Also