ESRI.ArcGIS.ADF.Web.UI.WebControls
MapClientToolAction Enumeration
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : MapClientToolAction Enumeration




The mode in which the user can interact with the Map control

Syntax

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

Members

MemberDescription
Circle Interaction is to click for start of circle, move the cursor to resize circle. Click again to complete.
DragImage Interaction is by dragging the image in the control.
DragRectangle Interaction is by dragging a rectangle
Line Interaction is by click, drag line and angle, and click again
None No interaction.
Oval Interaction is to click for start of oval, move the cursor to resize oval. Click again to complete.
Point Interaction is by clicking a point
Polygon Interaction is to start dragging a line, and click for vectors to be added, double-click to close the polygon
Polyline Interaction is to start dragging a line, and click for vectors to be added, double-click to end

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.