ThermalAsset.LiquidViscosity Property

ThermalAssetLiquidViscosity Property

The liquid viscosity of the asset.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public double LiquidViscosity { get; set; }
Public Property LiquidViscosity As Double
	Get
	Set
public:
property double LiquidViscosity {
	double get ();
	void set (double value);
}
member LiquidViscosity : float with get, set

Property Value

Double
Exceptions
ExceptionCondition
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.
Remarks
Values are in kilograms per feet-second (kg/(ft · s)) and must be non-negative.
See Also