The CartesianCoord property returns or sets the state of the Convert to Cartesian projection parameter in the Hotine Oblique Mercator Projection. Returns a Boolean.
Syntax
object.CartesianCoord
object.CartesianCoord = CartesianCoord
Parameter |
Type |
Description |
CartesianCoord |
Boolean |
required; true to convert to Cartesian coordinates |
Example 1
This example returns the state of converting to Cartesian coordinates.
Debug.Print Proj.CartesianCoord
Example 2
This example converts to Cartesian coordinates.
Proj.CartesianCoord = True
Used by: Projection object