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