DehumidificationSetPoint Property


Zone Dehumidification Set Point Property

Note: This API is now obsolete.

Get or set the DeHumidification Set Point of the Zone.

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
[ObsoleteAttribute("This property is deprecated in Revit 2026 and may be removed in a future version of Revit. Please use the GenericZone and SystemZoneElementType objects instead.")]
public double DehumidificationSetPoint { get; set; }

Property Value

Double
Remarks
This property is used to get or set the DeHumidification Set Point of the Zone.
See Also