| Revit 2022 API |
| FamilyThermalProperties..::..HeatTransferCoefficient Property |
| FamilyThermalProperties Class See Also |
The heat transfer coefficient value (U-Value).
The units are watts per meter-squared kelvin (W/(m^2*K)).
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2013
Syntax
| C# |
|---|
public double HeatTransferCoefficient { get; } |
| Visual Basic |
|---|
Public ReadOnly Property HeatTransferCoefficient As Double Get |
| Visual C++ |
|---|
public: property double HeatTransferCoefficient { double get (); } |