com.esri.arcgis.editor
Class IEditToolEventsOnBeginMoveEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.editor.IEditToolEventsOnBeginMoveEvent
- All Implemented Interfaces:
- Serializable
public class IEditToolEventsOnBeginMoveEvent
- 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 one or more features selected and 4) start to move 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
IEditToolEventsOnBeginMoveEvent
public IEditToolEventsOnBeginMoveEvent(Object source)
init
public void init(IPoint loc)
getLoc
public final IPoint getLoc()