The heat transfer coefficient value (U-Value).
The unit is watts per meter-squared kelvin (W/(m^2*K)).
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
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 (); } |