SpaceAirChangesPerHour Property |
Get the Specified AirChangesPerHour of the Space.
Namespace: Autodesk.Revit.DB.MechanicalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic double AirChangesPerHour { get; }
Public ReadOnly Property AirChangesPerHour As Double
Get
public:
property double AirChangesPerHour {
double get ();
}
member AirChangesPerHour : float with get
Property Value
Double
RemarksThis property is used to get the Specified AirChangesPerHour of the Space.
See Also