CartographyOrientation Property |
Get the orientation of the local grid coordinate system in the geographical coordinate system.
The orientation is the angle in degrees between true north and the coordinate
system y-axis 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 Orientation { get; }
Public ReadOnly Property Orientation As Double
Get
public:
property double Orientation {
double get ();
}
member Orientation : float with get
Property Value
Type:
DoubleSee Also