An enumerated type listing all the possible condition types for a space object.

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)

Syntax

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

Members

Member nameDescription
HeatedCondition Type is Heated.
CooledCondition Type is Cooled.
HeatedAndCooledCondition Type is HeatedAndCooled.
UnconditionedCondition Type is Unconditioned.
VentedCondition Type is Vented.
NaturallyVentedOnlyCondition Type is NaturallyVentedOnly.
NoOfConditionTypesCondition Type is NoOfConditionTypes.

See Also