Revit 2026 API
Thermal |
The heat transfer coefficient value (U-Value).
The unit is watts per meter-squared kelvin (W/(m^2*K)).
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double HeatTransferCoefficient { get; }
Public ReadOnly Property HeatTransferCoefficient As Double Get
public: property double HeatTransferCoefficient { double get (); }
member HeatTransferCoefficient : float with get
Property Value
DoubleSee Also