SpaceOutdoorAirflow Property |
Get the Outdoor Airflow of the Space.
Namespace: Autodesk.Revit.DB.MechanicalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic double OutdoorAirflow { get; }
Public ReadOnly Property OutdoorAirflow As Double
Get
public:
property double OutdoorAirflow {
double get ();
}
member OutdoorAirflow : float with get
Property Value
Double
RemarksThis property is used to get the Outdoor Airflow (Unit: ft3/s) of the Space.
See Also