| Revit 2022 API |
| FamilyThermalProperties..::..ThermalResistance Property |
| FamilyThermalProperties Class See Also |
The calculated thermal resistance value (R-Value).
The units are meter-squared kelvin per watt ((m^2*K)/Watt).
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.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 (); } |