EnergyAnalysisMaterial.ThermalResistance Property

EnergyAnalysisMaterialThermalResistance Property

The thermal resistance (R-value) of the material, in m^2*K/W (eqivelent to K*s^3/kg).

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double ThermalResistance { get; }
Public ReadOnly Property ThermalResistance As Double
	Get
public:
property double ThermalResistance {
	double get ();
}
member ThermalResistance : float with get

Property Value

Double
See Also