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

ThermalAsset.LiquidViscosity

Property
Description:
The liquid viscosity of the asset.
Remarks:
Values are in kilograms per feet-second (kg/(ft · s)) and must be non-negative.
Syntax
public double LiquidViscosity { get; set; }
Exceptions
Exception Condition
ArgumentOutOfRangeException When setting this property: The given value for liquidViscosity must be non-negative.
InapplicableDataException When setting this property: the asset must be liquid to set this property.