The StateZone property returns or sets the state plane zone used in a state plane projection. Returns a MVStateZone.
Syntax
object.StateZone
object.StateZone = StateZone
Parameter |
Type |
Description |
StateZone |
required; zone |
Example 1
This example returns the state plane zone used for a map projection.
Debug.Print Proj.StateZone
Example 2
This example sets the state plane zone for a projection to Arizona Central.
Proj.StateZone = mvSTZ_ARIZONA_CENTRAL
Used by: Projection object