ESRI.ArcGIS.ADF.IMS
RotateMethod Enumeration
See Also 
ESRI.ArcGIS.ADF.IMS.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

MemberDescription
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.

Remarks

Used to specify how angles are interpreted in TrueTypeMarkerSymbol.

Inheritance Hierarchy

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

See Also

© 2010 All Rights Reserved.