Returns the collection of bounding building elements for an enclosed space volume.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2015
Syntax
| C# |
|---|
public IList<LinkElementId> GetBoundingElementsForSpaceVolume(
int spaceVolume
) |
| Visual Basic |
|---|
Public Function GetBoundingElementsForSpaceVolume ( _
spaceVolume As Integer _
) As IList(Of LinkElementId) |
| Visual C++ |
|---|
public:
IList<LinkElementId^>^ GetBoundingElementsForSpaceVolume(
int spaceVolume
) |
Parameters
- spaceVolume
- Type: System..::..Int32
Return Value
The ids of the bounding building elements for the enclosed space volume.
Remarks
See Also