RVTDocs.com
Namespace: Autodesk.Revit.DB Class: ThermalAsset

ThermalAsset.SpecificHeat

Property
Description:
The specific heat of the asset.
Remarks:
Values are in squared-feet per Kelvin, squared-second (ft²/(K · s²)) and must be non-negative.
Syntax
public double SpecificHeat { get; set; }
Exceptions
Exception Condition
ArgumentOutOfRangeException When setting this property: The given value for specificHeat must be non-negative.