Revit 2026 API
Thermal |
The gas viscosity of the asset.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double GasViscosity { get; set; }
Public Property GasViscosity As Double Get Set
public: property double GasViscosity { double get (); void set (double value); }
member GasViscosity : float with get, set
Property Value
Double| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: The given value for gasViscosity must be non-negative. |
| InapplicableDataException | When setting this property: the asset must be gas to set this property. |
Values are in kilograms per feet-second (kg/(ft · s)) and must be non-negative.
See Also