com.esri.arcgis.schematic
Interface ISchematicRelationControllerEvent

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicRelationControllerEventProxy, SchematicRelationController

public interface ISchematicRelationControllerEvent
extends java.io.Serializable

COM Interface 'ISchematicRelationControllerEvent'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to events that occur on the schematic relation manager when schematic features are moved.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID30aa566f_a1c8_4bcc_b27d_d43312230704
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void onMoveFeatures(IDisplay display, ILayer layer, IEnumSchematicInMemoryFeature inMemoryFeatures, ILine shift)
          Fires when the user moves a parent schematic features and its related children with the mouse.
 

Field Detail

IID30aa566f_a1c8_4bcc_b27d_d43312230704

static final int IID30aa566f_a1c8_4bcc_b27d_d43312230704
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

onMoveFeatures

void onMoveFeatures(IDisplay display,
                    ILayer layer,
                    IEnumSchematicInMemoryFeature inMemoryFeatures,
                    ILine shift)
                    throws java.io.IOException,
                           AutomationException
Fires when the user moves a parent schematic features and its related children with the mouse.

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.