CartographyProjectionNorth Property

Note: This API is now obsolete.
Returns the angle between projection north and a line parallel to the local grid.

This is NOT the same as the Orientation, the orientation is towards true north, this is towards projection north.

Definition

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
[ObsoleteAttribute("Use OrientationProj")]
public double ProjectionNorth { get; }

Property Value

Double

See Also