Revit 2026 API
gb |
This enumeration corresponds to the conditionType attribute in gbXML.
The enumerated attribute identifies the type of heating, cooling,
or ventilation the space has.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax

Member name | Value | Description |
---|---|---|
Cooled | 1 | |
Heated | 0 | |
HeatedAndCooled | 2 | |
NaturallyVentedOnly | 5 | |
NoConditionType | -1 | |
NoOfConditionTypes | 6 | |
Unconditioned | 3 | |
Vented | 4 |
See Also