com.esri.arcgis.editor
Class IEditToolEventsOnMoveEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.editor.IEditToolEventsOnMoveEvent
- All Implemented Interfaces:
- Serializable
public class IEditToolEventsOnMoveEvent
- 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 the left mouse button depressed, 3) have at least one feature selected, and 4) be moving over 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
IEditToolEventsOnMoveEvent
public IEditToolEventsOnMoveEvent(Object source)
init
public void init(IPoint loc)
getLoc
public final IPoint getLoc()