com.esri.arcgis.schematic
Interface ISchematicRelationControllerEvent
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- SchematicRelationController
public interface ISchematicRelationControllerEvent
- extends Serializable
Provides access to events that occur on the schematic relation manager when schematic features are moved.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
onMoveFeatures
void onMoveFeatures(IDisplay display,
ILayer layer,
IEnumSchematicInMemoryFeature inMemoryFeatures,
ILine shift)
throws IOException,
AutomationException
- Fires when the user moves a parent schematic features and its related children with the mouse.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
display
- A reference to a com.esri.arcgis.display.IDisplay (in)layer
- A reference to a com.esri.arcgis.carto.ILayer (in)inMemoryFeatures
- A reference to a com.esri.arcgis.schematic.IEnumSchematicInMemoryFeature (in)shift
- A reference to a com.esri.arcgis.geometry.ILine (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.