ArcObjects Library Reference (PublisherControls)  

IARMap.Rotation Property

The number of degrees the map display is rotated.

[Visual Basic .NET]
Public Property Rotation As Double
[C#]
public double Rotation {get; set;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

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.

Remarks

Use the Refresh method to redraw the ARMap display area in order to see the rotated ARMap data.

See Also

IARMap Interface