Revit 2026 API
Duct |
The air density in kg/ft^3.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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