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.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.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 (); } |