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

ThermalAsset.ThermalConductivity

Property
Description:
The thermal conductivity of the asset.
Remarks:
Values are in feet-kilograms per Kelvin-cubed-second ((ft · kg)/(K · s³)) and must be non-negative.
Syntax
public double ThermalConductivity { get; set; }
Exceptions
Exception Condition
ArgumentOutOfRangeException When setting this property: The given value for thermalConductivity must be non-negative.