Hi there,
I'm looking for confirmation on whether the following is currently possible. I'm currently writing a CGA rule for use alongside my ArcGIS Urban scenarios. The rule I'm writing leverages CityEngine functionality to check for and handle conditional zoning regulations that go beyond what is possible directly in Urban. One of the conditions I am exploring is instances where the zoning of an adjacent parcel effects buildable requirements (e.g. an industrial zone might require additional setbacks where a property borders a residential zone).
I understand the principles of how to build logic for this in CityEngine using occlusion queries, but before I can build that logic, I need a way to access the zoning assigned to each parcel via CGA. However, the zoning designation from ArcGIS Urban comes in within this special "Zoning" section of the inspector, rather than as an object attribute:

Is there a way to link the "Zone Type" value within this section to an attribute within my CGA?
I know this would be easy to achieve using Python/by leveraging ArcGIS Pro, but as I am leveraging CGA for other components of this modeling, I would prefer avoiding having to bring in an additional step to the workflow if possible.
Thanks!