This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicRelationControllerEvent Interface > ISchematicRelationControllerEvent.OnMoveFeatures Method (ArcObjects .NET 10.4 SDK) |
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