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.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public double GetTrueNorth(
double x,
double y
)
Public Function GetTrueNorth (
x As Double,
y As Double
) As Double
public:
double GetTrueNorth(
double x,
double y
)
member GetTrueNorth :
x : float *
y : float -> float
Parameters
- x
- Type: SystemDouble
Local grid x coordinate - y
- Type: SystemDouble
Local grid y coordinate
Return Value
Type:
DoubleSee Also