Share

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: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum ConditionType

Members

Member nameValueDescription
Cooled1Condition Type is Cooled.
Heated0Condition Type is Heated.
HeatedAndCooled2Condition Type is HeatedAndCooled.
NaturallyVentedOnly5Condition Type is NaturallyVentedOnly.
NoOfConditionTypes6Condition Type is NoOfConditionTypes.
Unconditioned3Condition Type is Unconditioned.
Vented4Condition Type is Vented.

See Also

Reference

Was this information helpful?