The UseAzimuthalForm property returns or sets the state of using azimuthal form of the Hotine Oblique Mercator projection. Returns a Boolean.
Syntax
object.UseAzimuthalForm
object.UseAzimuthalForm = UseAzimuthalForm
Parameter |
Type |
Description |
UseAzimuthalForm |
Boolean |
required; true to use the azimuthal form |
Example 1
This example returns the state of using azimuthal form.
Debug.Print Proj.UseAzimuthalForm
Example 2
This example uses azimuthal form.
Proj.UseAzimuthalForm = True
Used by: Projection object