Revit 2026 API
Air |
The heating coil type. Note this property change would reset the heating water loop.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public AirHeatingCoilType HeatingCoilType { get; set; }
Public Property HeatingCoilType As AirHeatingCoilType Get Set
public: property AirHeatingCoilType HeatingCoilType { AirHeatingCoilType get (); void set (AirHeatingCoilType value); }
member HeatingCoilType : AirHeatingCoilType with get, set
Property Value
AirHeatingCoilType| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |
See Also