Revit 2026 API
Outdoor |
An enumerated type listing all the possible outdoor airflow standard for a space type.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax

Member name | Value | Description |
---|---|---|
ByACH | 1 | By ACH. |
ByPeopleAndByArea | 0 | By people and by area. |
MaxByACH_ByArea_ByPeople | 4 | Maximum(by ACH, by area, by people). |
MaxByACH_ByPeopleByArea | 3 | Maximum(by ACH, by people and by area). |
MaxByPeople_ByArea | 2 | Maximum(by people, by area). |
See Also