ESRI.ArcGIS.ADF.Web
RotateMethod Enumeration
See Also  
ESRI.ArcGIS.ADF.Web.Display.Symbol Namespace : RotateMethod Enumeration


Method used to calculate the angle of rotation.

Syntax

Visual Basic (Declaration)  
Public Enum RotateMethod 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As RotateMethod
C#  
public enum RotateMethod : Enum 

Members

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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.Web.Display.Symbol.RotateMethod

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also