This document is archived and information here might be outdated.  Recommended version.


IMapDescription3.MapRotation Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapDescription3.MapRotation Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMapDescription3 Interface