Click or drag to resize

MzCartographyGetTrueNorth Method

Returns the angle between true north and a line parallel to the model grid passing through (x,y).

Namespace:  DHI.Generic.Cartography
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public double GetTrueNorth(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
y
Type: SystemDouble

Return Value

Type: Double
See Also