This document is archived and information here might be outdated. Recommended version. |
The angle/rotation of the map (data frame) in degrees, measured anti-clockwise.
[Visual Basic .NET]
Public Property MapRotation As Double
[C#]
public double MapRotation {get; set;}
[C++]
HRESULT get_MapRotation(
System.Double* angleDegrees
);
[C++]
HRESULT put_MapRotation(
double angleDegrees
);
[C++] Parameters angleDegrees [out, retval]
angleDegrees is a parameter of type double* angleDegrees [in]
angleDegrees is a parameter of type double