Click or drag to resize
CartographyGetTrueNorth Method
Returns the angle between true north and a line parallel to the local grid y axis passing through (x,y).

The angle is in degrees, measured positive clockwise from true north.

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public double GetTrueNorth(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
Local grid x coordinate
y
Type: SystemDouble
Local grid y coordinate

Return Value

Type: Double
See Also