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.
Namespace:
DHI.Projections
Assembly:
DHI.Projections (in DHI.Projections.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax [ObsoleteAttribute("Use OrientationProj")]
public double ProjectionNorth { get; }
<ObsoleteAttribute("Use OrientationProj")>
Public ReadOnly Property ProjectionNorth As Double
Get
public:
[ObsoleteAttribute(L"Use OrientationProj")]
property double ProjectionNorth {
double get ();
}
[<ObsoleteAttribute("Use OrientationProj")>]
member ProjectionNorth : float with get
Property Value
Type:
DoubleSee Also