Share

ThermalAsset.GasViscosity Property

The gas viscosity of the asset.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public double GasViscosity { get; set; }

Property Value

Double

Exceptions

ExceptionCondition
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.

Remarks

Values are in kilograms per feet-second (kg/(ft · s)) and must be non-negative.

See Also

Reference

Was this information helpful?