The calculated thermal resistance value (R-Value).
The units are meter-squared kelvin per watt ((m^2*K)/Watt).
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2013
Syntax
| C# |
|---|
public double ThermalResistance { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ThermalResistance As Double Get |
| Visual C++ |
|---|
public: property double ThermalResistance { double get (); } |