gbXMLConditionType Enumeration

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