ConditionType Enumeration |
An enumerated type listing all the possible condition types for a space object.
Namespace: Autodesk.Revit.DB.MechanicalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum ConditionType
Public Enumeration ConditionType
public enum class ConditionType
MembersMember name | Value | Description |
---|
Cooled | 1 | Condition Type is Cooled. |
Heated | 0 | Condition Type is Heated. |
HeatedAndCooled | 2 | Condition Type is HeatedAndCooled. |
NaturallyVentedOnly | 5 | Condition Type is NaturallyVentedOnly. |
NoOfConditionTypes | 6 | Condition Type is NoOfConditionTypes. |
Unconditioned | 3 | Condition Type is Unconditioned. |
Vented | 4 | Condition Type is Vented. |
See Also