com.esri.arcgis.schematic
Class INgProjectEventsOnDropElementsEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.schematic.INgProjectEventsOnDropElementsEvent
- All Implemented Interfaces:
- Serializable
public class INgProjectEventsOnDropElementsEvent
- extends EventObject
Description
The event procedure returns the deltaX and deltaY parameter values that specify the horizontal and vertical translation distance applied to the moved elements (as calculated in user coordinates), and the targetX and targetY parameter values that provide the final X and Y coordinates for these moved elements.
Remarks
This callack is fired only when elements are moved when the Drag-an-Drop mode is enabled.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- See Also:
- Serialized Form
INgProjectEventsOnDropElementsEvent
public INgProjectEventsOnDropElementsEvent(Object source)
init
public void init(INgView view,
INgElements elements,
double targetX,
double targetY,
double deltaX,
double deltaY)
getView
public final INgView getView()
getElements
public final INgElements getElements()
getTargetX
public final double getTargetX()
getTargetY
public final double getTargetY()
getDeltaX
public final double getDeltaX()
getDeltaY
public final double getDeltaY()