Share

ThermalAsset.SpecificHeatOfVaporization Property

The specific heat of vaporization of the asset.


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

Syntax

C#

public double SpecificHeatOfVaporization { get; set; }

Property Value

Double

Exceptions

ExceptionCondition
ArgumentOutOfRangeException When setting this property: The given value for specificHeatOfVaporization must be non-negative.

Remarks

Values are in feet per squared-second (ft/s²) and must be non-negative.

See Also

Reference

Was this information helpful?