ESRI.ArcGIS.ADF.ArcGISServer
esriRotationType Enumeration
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace : esriRotationType Enumeration




Marker symbol rotation options.

Syntax

Visual Basic (Declaration) 
<XmlTypeAttribute("http://www.esri.com/schemas/ArcGIS/10.0")>
<GeneratedCodeAttribute(Tool="wsdl", Version="2.0.50727.3038")>
<SerializableAttribute()>
Public Enum esriRotationType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As esriRotationType
C# 
[XmlTypeAttribute("http://www.esri.com/schemas/ArcGIS/10.0")]
[GeneratedCodeAttribute(Tool="wsdl", Version="2.0.50727.3038")]
[SerializableAttribute()]
public enum esriRotationType : Enum 

Members

MemberDescription
esriRotateSymbolGeographicClockwise rotation with 0 at the positive y-axis.
esriRotateSymbolArithmeticCounter clockwise rotation with 0 at the positive x-axis.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.ArcGISServer.esriRotationType

See Also

© 2010 All Rights Reserved.