An enumerated type listing the occupancy unit of measure for a space object.
Namespace: Autodesk.Revit.DB.MechanicalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum OccupancyUnit
Members
| Member name | Value | Description |
|---|
| AreaPerPerson | 1 |
OccupancyUnit is AreaPerPerson.
|
| BySpaceType | -1 |
OccupancyUnit is BySpaceType.
|
| NumberOfPeople | 0 |
OccupancyUnit is NumberOfPeople.
|
See Also
Reference