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


The following tables list the members exposed by SelectionMapAction.

Public Constructors

 NameDescription
Public ConstructorSelectionMapAction ConstructorOverloaded. Initializes 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 PropertyAllLayersDetermines whether or not to use all layers for the selection.  
Public PropertyContainerGets the IContainer that contains the Component. (Inherited from System.ComponentModel.Component)
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 PropertySelectionGraphicLayer Gets or sets the SelectionGraphicLayer used to render the selection.  
Public PropertySelectionLayersList of featurelayers to select features from.  
Public PropertySelectionType Gets or sets the selection type, which can be Point, Envelope, or Polygon.  
Public PropertySiteGets or sets the ISite of the Component. (Inherited from System.ComponentModel.Component)
Top

Protected Properties

 NameDescription
Protected PropertyCanRaiseEventsGets a value indicating whether the component can raise an event. (Inherited from System.ComponentModel.Component)
Protected PropertyDesignModeGets a value that indicates whether the Component is currently in design mode. (Inherited from System.ComponentModel.Component)
Protected PropertyEventsGets the list of event handlers that are attached to this Component. (Inherited from System.ComponentModel.Component)
Top

Public Methods

 NameDescription
Public MethodCancelOverridden. Resets the map action to its initial state.  
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDisposeOverloaded. Releases all resources used by the Component.  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodToStringOverridden. Returns a String that represents the current SelectionMapAction.  
Top

Protected Methods

 NameDescription
Protected MethodFinalizeReleases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from System.ComponentModel.Component)
Protected MethodGetServiceReturns an object that represents a service provided by the Component or by its Container. (Inherited from System.ComponentModel.Component)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
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 MethodOnMapPaint Method invoked when the attached map raises the Paint event. (Inherited from MapAction)
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 EventDisposedAdds an event handler to listen to the Disposed event on the component. (Inherited from System.ComponentModel.Component)
Public EventStatusChanged Occurs when the MapAction state has changed. (Inherited from MapAction)
Top

See Also