Click or drag to resize
CIPJrGetNorthAzimuth Method
Return the azimuth of geographic North at a point.

Available since Oasis montaj version: 7.3.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
If the IPJ is not a projected coordinate system then the returned azimuth is GS_R8DM;
Syntax
public double rGetNorthAzimuth(
	double d1,
	double d2
)

Parameters

d1
Type: SystemDouble
input X location
d2
Type: SystemDouble
input Y location

Return Value

Type: Double
Azimuth (degrees CW) of geographic north from grid north at a location.
See Also