| Visual Basic (Declaration) | |
|---|---|
Public Enum RotateMethod Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum RotateMethod : Enum | |
| Member | Description |
|---|---|
| Geographic | An angle of 0 is north, and angles are calculated clockwise from north. |
| Arithmetic | An angle of 0 is east, and angles are calculated counterclockwise from east. |
| Mod_Arithmetic | An angle of 0 is north, and angles are calculated counterclockwise from north. |
System.Object
System.ValueType
System.Enum
ESRI.ArcGIS.ADF.Web.Display.Symbol.RotateMethod
Target Platforms:Windows XP Professional, Windows Server 2003 family