ThermalAssetSpecificHeat Property

The specific heat of the asset.

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

Property Value

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