.zoning

PLANit property

Description

The .zoning property allows access to the in-memory version of the parsed input zoning structure

Return type

Zoning instance

Example 1

from planit import *

# create instance and access in-memory zoning structure instance
planit_instance = PLANit()
planit_instance.zoning.<call method>

See also

Zoning describes the options available on the zoning structure implementation

Source code

Class PLANit in PLANit.py