com.esri.arcgis.editor
Class IEditToolEventsOnFinishMoveEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.editor.IEditToolEventsOnFinishMoveEvent
- All Implemented Interfaces:
- Serializable
public class IEditToolEventsOnFinishMoveEvent
- extends EventObject
Remarks
This event is fired in conjuction with the Edit Tool.
In order for this event to fire, the user must 1) have the Edit Tool set as the active tool, 2) have at least one feature selected, and 3) release the left mouse button after having been moving around the map.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
- See Also:
ISnapEnvironment
,
IEditProperties
,
IEditTask.activate(com.esri.arcgis.editor.IEditor, com.esri.arcgis.editor.IEditTask)
,
IEditor
,
IEditLayers
,
IEditTask.deactivate()
,
IEditAttributeProperties
,
IEditEvents2
,
IEditTask.onFinishSketch()
,
IDatasetEdit
,
IDatasetEditInfo
,
IEditTask.onDeleteSketch()
,
IEditTask.getName()
,
IEditEvents
,
Editor
,
IEditSketch
,
Serialized Form
IEditToolEventsOnFinishMoveEvent
public IEditToolEventsOnFinishMoveEvent(Object source)
init
public void init(IPoint loc)
getLoc
public final IPoint getLoc()