gbXMLConditionType Enumeration

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: 25.0.0.0 (25.0.0.0)
Syntax
public enum gbXMLConditionType
Members
Member nameValueDescription
Heated0 
Cooled1 
HeatedAndCooled2 
Unconditioned3 
Vented4 
NaturallyVentedOnly5 
NoOfConditionTypes6 
NoConditionType-1 
See Also