ESRI.ArcGIS.ADF.IMS
RotateMethod Enumeration
See Also  Send Feedback
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 System.Enum
Visual Basic (Usage)Copy Code
Dim instance As RotateMethod
C# 
public enum RotateMethod : System.Enum 

Members

MemberDescription
Arithmetic An angle of 0 is east, and angles are calculated counterclockwise from east.
Geographic An angle of 0 is north, and angles are calculated clockwise from north.
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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.