AirSystemDataPreheatCoilType Property

The preheat coil type. Note this property change would reset the preheat water loop.

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public AirHeatingCoilType PreheatCoilType { get; set; }

Property Value

AirHeatingCoilType
Exceptions
ExceptionCondition
ArgumentOutOfRangeException When setting this property: A value passed for an enumeration argument is not a member of that enumeration
See Also