Revit 2026 API
Generic |
The 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 Volume { get; }
Public ReadOnly Property Volume As Double Get
public: property double Volume { double get (); }
member Volume : float with get
Property Value
Double
The volume (the gross volume) of a space-based zone is the sum of the volumes of all spaces in the zone.
This property will return a value of zero for zones when the volume isn't defined.
See Also