This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapDescription Interface > IMapDescription.MapRotation Property (ArcObjects .NET 10.5 SDK) |
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(
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