The following tables list the members exposed by SelectionMapAction.
Name | Description | |
---|---|---|
![]() | SelectionMapAction Constructor | Initializes a new instance of the SelectionMapAction class. |
Name | Description | |
---|---|---|
![]() ![]() | CapturingSelection | The MapAction is actually capturing the selection. |
Name | Description | |
---|---|---|
![]() | ActionInProgress | Indicates if an action is in progress. (Inherited from MapAction) |
![]() | Active | Indicates if the MapAction is active. When active the MapAction is receiving Map input events. (Inherited from MapAction) |
![]() | GeometricRelationship | Gets or sets the selection type (geometric relationship). |
![]() | Map | Gets or sets the map associated with this MapAction. (Inherited from MapAction) |
![]() | PointSelectionTolerance | Gets or sets the point selection tolerance in pixels. |
![]() | SelectedFeatures | Gets the selected features. |
![]() | SelectionFeatureSources | List of feature sources to select features from. |
![]() | SelectionGraphicLayer | Gets or sets the SelectionGraphicLayer used to render the selection. |
![]() | SelectionType | Gets or sets the selection type, which can be Point, Envelope, or Polygon. |
Name | Description | |
---|---|---|
![]() | Cancel | Overridden. Resets the map action to its initial state. |
![]() | Dispose | Overloaded. Disposes the instance. |
![]() | ToString | Overridden. Returns a String that represents the current SelectionMapAction. |
Name | Description | |
---|---|---|
![]() | OnActiveChanged | Invoked when the Active property has changed. (Inherited from MapAction) |
![]() | OnActiveChanging | Overridden. Activate the MapAction. |
![]() | OnMapDoubleClick | Method invoked when the attached map raises the DoubleClick event. (Inherited from MapAction) |
![]() | OnMapKeyDown | Method invoked when the attached map raises the KeyDown event. (Inherited from MapAction) |
![]() | OnMapKeyPress | Method invoked when the attached map raises the KeyPress event. (Inherited from MapAction) |
![]() | OnMapKeyUp | Method invoked when the attached map raises the KeyUp event. (Inherited from MapAction) |
![]() | OnMapMouseDoubleClick | Overridden. Provides the code for handling the MouseDoubleClick Map Event. |
![]() | OnMapMouseDown | Overridden. Method invoked when the attached map raises the MouseDown event. |
![]() | OnMapMouseMove | Overridden. Method invoked when the attached map raises the MouseMove event. |
![]() | OnMapMouseUp | Overridden. Method invoked when the attached map raises the MouseUp event. |
![]() | OnMapMouseWheel | Method invoked when the attached map raises the MouseWheel event. (Inherited from MapAction) |
![]() | OnMapPaint | Overridden. Method invoked when the attached map raises the Paint event. |
![]() | OnSetMap | Invoked when the Map is set on the MapAction. (Inherited from MapAction) |
![]() | OnStatusChanged | Raises the MapActionStatusChanged event with the given statusId. (Inherited from MapAction) |
Name | Description | |
---|---|---|
![]() | StatusChanged | Occurs when the MapAction state has changed. (Inherited from MapAction) |