| Revit 2022.1 API |
| MassZone..::..IsZoneOccupiable Property |
| MassZone Class See Also |
A MassZone must have a level as its bottom to be occupiable;
If it does not, it is still a MassZone, but it is not occupiable
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2012
Syntax
| C# |
|---|
public bool IsZoneOccupiable { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsZoneOccupiable As Boolean Get |
| Visual C++ |
|---|
public: property bool IsZoneOccupiable { bool get (); } |