This document is archived and information here might be outdated.  Recommended version.


ISchematicRelationControllerEvent.OnMoveFeatures Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicRelationControllerEvent Interface > ISchematicRelationControllerEvent.OnMoveFeatures Method
ArcGIS Developer Help

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