CartographyOrientationProj Property |
Get the orientation of the local grid coordinate system in the projected coordinate system.
The orientation is the angle in degrees between projection north and the coordinate
system y-axis in degrees, measured positive clockwise from projection north.
For geographical map projections ((lon,lat) coordinates), this has no meaning (has the same value as the Orientation)
Namespace:
DHI.Projections
Assembly:
DHI.Projections (in DHI.Projections.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public double OrientationProj { get; }
Public ReadOnly Property OrientationProj As Double
Get
public:
property double OrientationProj {
double get ();
}
member OrientationProj : float with get
Property Value
Type:
DoubleSee Also