ESRI.ArcGIS.ADF.IMS
PanDirection Enumeration
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Carto Namespace : PanDirection Enumeration




PanDirection specifies the direction to pan in 45 degree increments.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Enum PanDirection 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As PanDirection
C# 
[SerializableAttribute()]
public enum PanDirection : System.Enum 

Members

MemberDescription
East Pan east.
North Pan north.
NorthEast Pan at 45 degrees between north and east.
NorthWest Pan at 45 degrees between north and west.
South Pan south.
SouthEast Pan at 45 degrees between south and east.
SouthWest Pan at 45 degrees between south and west.
West Pan west.

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.