ConditionType
Description:
An enumerated type listing all the possible condition types for a space object.
An enumerated type listing all the possible condition types for a space object.
public enum ConditionType
| Name | Description |
|---|---|
| Cooled | Condition Type is Cooled. |
| Heated | Condition Type is Heated. |
| HeatedAndCooled | Condition Type is HeatedAndCooled. |
| NaturallyVentedOnly | Condition Type is NaturallyVentedOnly. |
| NoOfConditionTypes | Condition Type is NoOfConditionTypes. |
| Unconditioned | Condition Type is Unconditioned. |
| Vented | Condition Type is Vented. |