ArcObjects Library Reference (Schematic)  

ISchematicRelationControllerEvent.OnMoveFeatures Method

Fires when the user moves a parent schematic features and its related children with the mouse.

[Visual Basic .NET]
Public Sub OnMoveFeatures ( _
    ByVal Display As IDisplay, _
    ByVal Layer As ILayer, _
    ByVal InMemoryFeatures As IEnumSchematicInMemoryFeature, _
    ByVal Shift As ILine _
)
[C#]
public void OnMoveFeatures (
    IDisplay Display,
    ILayer Layer,
    IEnumSchematicInMemoryFeature InMemoryFeatures,
    ILine Shift
);
[C++]
HRESULT OnMoveFeatures(
  IDisplay* Display,
  ILayer* Layer,
  IEnumSchematicInMemoryFeature* InMemoryFeatures,
  ILine* Shift
);
[C++]

Parameters

Display [in]

  Display is a parameter of type IDisplay

Layer [in]

  Layer is a parameter of type ILayer

InMemoryFeatures [in]

  InMemoryFeatures is a parameter of type IEnumSchematicInMemoryFeature

Shift [in]

  Shift is a parameter of type ILine

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicRelationControllerEvent Interface