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: 21.0.0.0 (21.1.1.109)
Since:  2011

Syntax

C#
public enum gbXMLConditionType
Visual Basic
Public Enumeration gbXMLConditionType
Visual C++
public enum class gbXMLConditionType

Members

Member nameDescription
NoConditionType
Heated
Cooled
HeatedAndCooled
Unconditioned
Vented
NaturallyVentedOnly
NoOfConditionTypes

See Also