ActualReturnAirflow Property


Get the Actual Return Airflow of the Space.

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)

Syntax

C#
public double ActualReturnAirflow { get; }
Visual Basic
Public ReadOnly Property ActualReturnAirflow As Double
	Get
Visual C++
public:
property double ActualReturnAirflow {
	double get ();
}

Remarks

This property is used to get the Actual Return Airflow (Unit: CFM) of the Space.

See Also