com.esri.arcgis.schematic
Interface ISchematicRelationManagerEvent

All Superinterfaces:
Serializable
All Known Implementing Classes:
SchematicBarycenterManager, SchematicContainerManager

public interface ISchematicRelationManagerEvent
extends Serializable

Provides access to events that occur on the schematic relation manager when graphic elements are moved.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
ISchematicRelationManager

Method Summary
 void onMoveElements(ISchematicRelationControllerTool relationController, INgElement parent, INgView view, INgElements elements, double deltaX, double deltaY)
          Fires when the user moves a parent graphic element and its related graphic elements with the mouse in any graphic view.
 

Method Detail

onMoveElements

void onMoveElements(ISchematicRelationControllerTool relationController,
                    INgElement parent,
                    INgView view,
                    INgElements elements,
                    double deltaX,
                    double deltaY)
                    throws IOException,
                           AutomationException
Fires when the user moves a parent graphic element and its related graphic elements with the mouse in any graphic view.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
relationController - A reference to a com.esri.arcgis.schematic.ISchematicRelationControllerTool (in)
parent - A reference to a com.esri.arcgis.schematic.INgElement (in)
view - A reference to a com.esri.arcgis.schematic.INgView (in)
elements - A reference to a com.esri.arcgis.schematic.INgElements (in)
deltaX - The deltaX (in)
deltaY - The deltaY (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.