ArcObjects Library Reference (Carto)  

IMapDescription.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

IMapDescription Interface