Revit 2025.3 API
Duct |
The air density in kg/ft^3.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double AirDensity { get; set; }
Public Property AirDensity As Double Get Set
public: property double AirDensity { double get (); void set (double value); }
member AirDensity : float with get, set
Property Value
Double| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: The given value for airDensity must be non-negative. |
See Also