If this is true, outward facing zones on each floor of the building will be divided based on the four compass directions.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Since:
2011
Syntax
| C# |
|---|
[ObsoleteAttribute("This property is obsolete and will be removed in a future version of Revit. Use DividePerimeter instead.")]
public bool MassZoneDividePerimeter { get; set; } |
| Visual Basic |
|---|
<ObsoleteAttribute("This property is obsolete and will be removed in a future version of Revit. Use DividePerimeter instead.")> _
Public Property MassZoneDividePerimeter As Boolean
Get
Set |
| Visual C++ |
|---|
[ObsoleteAttribute(L"This property is obsolete and will be removed in a future version of Revit. Use DividePerimeter instead.")]
public:
property bool MassZoneDividePerimeter {
bool get ();
void set (bool value);
} |
Remarks
See Also