ConditionType Enumeration

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

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum ConditionType
Members
Member nameValueDescription
Heated0Condition Type is Heated.
Cooled1Condition Type is Cooled.
HeatedAndCooled2Condition Type is HeatedAndCooled.
Unconditioned3Condition Type is Unconditioned.
Vented4Condition Type is Vented.
NaturallyVentedOnly5Condition Type is NaturallyVentedOnly.
NoOfConditionTypes6Condition Type is NoOfConditionTypes.
See Also