.zoning
PlanitProject 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.project.zoning.<call method>
See also
Zoning describes the options available on the zoning structure implementation
Source code
Class PlanitProject
in project.py
Last modified January 1, 0001