Click or drag to resize

CIPJrGetNorthAzimuth Method

Return the azimuth of geographic North at a point.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public double rGetNorthAzimuth(
	double x,
	double y
)

public double rGetNorthAzimuth(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
Input X location
y
Type: SystemDouble
Input Y location

Return Value

Type: Double
Azimuth (degrees CW) of geographic north from grid north at a location.
Remarks
If the IPJ is not a projected coordinate system then the returned azimuth is <define>GS_R8DM</define>;
See Also