AzimuthDegrees returns or the azimuth in degrees for a Hotine Oblique Mercator projection. Returns a double.
Syntax
object.AzimuthDegrees
object.AzimuthDegrees = AzimuthDegrees
Parameter |
Type |
Description |
AzimuthDegrees |
Double |
required; value in degrees must be greater than -360 and less than +360. Value cannot equal 0, 360, or -360. |
Example 1
This example sets the projection's azimuth degrees to 18.
Proj.AzimuthDegrees = 18
Example 2
This example returns the projections's azimuth degrees.
Debug.Print Proj.AzimuthDegrees
Used by: Projection object