ReturnAirflowType Enumeration


Return Airflow Type Enumeration

An enumerated type listing all the possible return airflow types for a space object.

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum ReturnAirflowType
Members
Member name Value Description
ActualSupplyAirflow 3 Return Airflow Type is ActualSupplyAirflow.
CalculatedSupplyAirflow 2 Return Airflow Type is CalculatedSupplyAirflow.
Specified 0 Return Airflow Type is Specified.
SpecifiedSupplyAirflow 1 Return Airflow Type is SpecifiedSupplyAirflow.
See Also