This document is archived and information here might be outdated. Recommended version. |
The number of degrees the map display is rotated.
[Visual Basic .NET]
Public Property Rotation As Double
[C#]
public double Rotation {get; set;}
The Rotation property indicates the rotation of the ARMap display, and so the angle data appears inside the ARMap. The angle of the rotation is measured in degrees. Positive numbers rotate the display counter clockwise and negative numbers clockwise.
Use the Refresh method to redraw the ARMap display area in order to see the rotated ARMap data.