RVTDocs.com
Namespace: Autodesk.Revit.DB Class: ThermalAsset

ThermalAsset.GasViscosity

Property
Description:
The gas viscosity of the asset.
Remarks:
Values are in kilograms per feet-second (kg/(ft · s)) and must be non-negative.
Syntax
public double GasViscosity { get; set; }
Exceptions
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.