ESRI.ArcGIS.Mobile
SelectionMapAction Class Members
See Also  Fields  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.WinForms Namespace : SelectionMapAction Class


The following tables list the members exposed by SelectionMapAction.

Public Constructors

 NameDescription
Public ConstructorSelectionMapAction ConstructorInitializes a new instance of the SelectionMapAction class.  
Top

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)CapturingSelection The MapAction is actually capturing the selection.  
Top

Public Properties

 NameDescription
Public PropertyActionInProgress Indicates if an action is in progress. (Inherited from MapAction)
Public PropertyActive Indicates if the MapAction is active. When active the MapAction is receiving Map input events. (Inherited from MapAction)
Public PropertyGeometricRelationshipGets or sets the selection type (geometric relationship).  
Public PropertyMapGets or sets the map associated with this MapAction. (Inherited from MapAction)
Public PropertyPointSelectionTolerance Gets or sets the point selection tolerance in pixels.  
Public PropertySelectedFeatures Gets the selected features.  
Public PropertySelectionFeatureSourcesList of feature sources to select features from.  
Public PropertySelectionGraphicLayer Gets or sets the SelectionGraphicLayer used to render the selection.  
Public PropertySelectionType Gets or sets the selection type, which can be Point, Envelope, or Polygon.  
Top

Public Methods

 NameDescription
Public MethodCancelOverridden. Resets the map action to its initial state.  
Public MethodDisposeOverloaded.  Disposes the instance.  
Public MethodToStringOverridden. Returns a String that represents the current SelectionMapAction.  
Top

Protected Methods

 NameDescription
Protected MethodOnActiveChanged Invoked when the Active property has changed. (Inherited from MapAction)
Protected MethodOnActiveChangingOverridden.  Activate the MapAction.  
Protected MethodOnMapDoubleClick Method invoked when the attached map raises the DoubleClick event. (Inherited from MapAction)
Protected MethodOnMapKeyDown Method invoked when the attached map raises the KeyDown event. (Inherited from MapAction)
Protected MethodOnMapKeyPress Method invoked when the attached map raises the KeyPress event. (Inherited from MapAction)
Protected MethodOnMapKeyUp Method invoked when the attached map raises the KeyUp event. (Inherited from MapAction)
Protected MethodOnMapMouseDoubleClickOverridden.  Provides the code for handling the MouseDoubleClick Map Event.  
Protected MethodOnMapMouseDownOverridden.  Method invoked when the attached map raises the MouseDown event.  
Protected MethodOnMapMouseMoveOverridden.  Method invoked when the attached map raises the MouseMove event.  
Protected MethodOnMapMouseUpOverridden.  Method invoked when the attached map raises the MouseUp event.  
Protected MethodOnMapMouseWheel Method invoked when the attached map raises the MouseWheel event. (Inherited from MapAction)
Protected MethodOnMapPaintOverridden.  Method invoked when the attached map raises the Paint event.  
Protected MethodOnSetMap Invoked when the Map is set on the MapAction. (Inherited from MapAction)
Protected MethodOnStatusChanged Raises the MapActionStatusChanged event with the given statusId. (Inherited from MapAction)
Top

Public Events

 NameDescription
Public EventStatusChanged Occurs when the MapAction state has changed. (Inherited from MapAction)
Top

See Also

© 2013 All Rights Reserved.