ThermalAssetGasViscosity Property |
The gas viscosity of the asset.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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
Exceptions
Remarks
Values are in kilograms per feet-second (kg/(ft · s)) and must be non-negative.
See Also