OccupiedVolume Property


Generic Zone Occupied Volume Property

The occupied volume for the zone, in cubic feet.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double OccupiedVolume { get; }

Property Value

Double
Remarks
The occupied volume of a space-based zone is the sum of the volumes of the spaces marked Occupiable in the zone. This property will return a value of zero for zones where this type of volume isn't applicable.
See Also