Revit 2025.3 API
SpaceActual |
Get the Actual Exhaust Airflow of the Space.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double ActualExhaustAirflow { get; }
Public ReadOnly Property ActualExhaustAirflow As Double Get
public: property double ActualExhaustAirflow { double get (); }
member ActualExhaustAirflow : float with get
Property Value
DoubleThis property is used to get the Actual Exhaust Airflow (Unit: CFM) of the Space.
See Also