Revit 2026 API
System |
The heating temperature set point in unit Kelvin (K).
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double HeatingSetPoint { get; set; }
Public Property HeatingSetPoint As Double Get Set
public: property double HeatingSetPoint { double get (); void set (double value); }
member HeatingSetPoint : float with get, set
Property Value
Double| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: |
See Also