ThermalAssetVaporPressure Property

The vapor pressure of the asset.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double VaporPressure { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
ArgumentOutOfRangeException When setting this property: The given value for vaporPressure must be non-negative.
Remarks
Values are in kilograms per feet, squared-second (kg/(ft · s²)) and must be non-negative.
See Also