DuctSettings.AirViscosity
Property
Description:
The kinematic viscosity of air in ft^2/s.
The kinematic viscosity of air in ft^2/s.
Syntax
[ObsoleteAttribute("This property is deprecated in Revit 2025 and may be removed in a later version of Revit. Prefer AirDynamicViscosity instead.")]
public double AirViscosity { get; set; }
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | When setting this property: The given value for airKinematicViscosity must be non-negative. |