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


IMapDescriptor.Angle Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapDescriptor.Angle Property

The angle/rotation of the map in degrees, measured anti-clockwise.

[Visual Basic .NET]
Public Property Angle As Double
[C#]
public double Angle {get; set;}
[C++]
HRESULT get_Angle(
  double* angleDegrees
);
[C++]
HRESULT put_Angle(
  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

IMapDescriptor Interface