This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicRelationManager Interface > ISchematicRelationManager.MoveParent Method (ArcObjects .NET 10.5 SDK) |
Moves the specified parent schematic feature.
[Visual Basic .NET] Public Sub MoveParent ( _ ByVal Controller As ISchematicRelationController, _ ByVal Display As IDisplay, _ ByVal Layer As ILayer, _ ByVal InMemoryParent As ISchematicInMemoryFeature, _ ByVal InMemoryFeatures As IEnumSchematicInMemoryFeature, _ ByVal Shift As ILine _ )
[C#] public void MoveParent ( ISchematicRelationController Controller, IDisplay Display, ILayer Layer, ISchematicInMemoryFeature InMemoryParent, IEnumSchematicInMemoryFeature InMemoryFeatures, ILine Shift );
[C++]
HRESULT MoveParent(
ISchematicRelationController* Controller,
IDisplay* Display,
ILayer* Layer,
ISchematicInMemoryFeature* InMemoryParent,
IEnumSchematicInMemoryFeature* InMemoryFeatures,
ILine* Shift
);
[C++]
Parameters Controller [in]
Controller is a parameter of type ISchematicRelationController Display [in]
Display is a parameter of type IDisplay Layer [in]
Layer is a parameter of type ILayer InMemoryParent [in]
InMemoryParent is a parameter of type ISchematicInMemoryFeature InMemoryFeatures [in]
InMemoryFeatures is a parameter of type IEnumSchematicInMemoryFeature Shift [in]
Shift is a parameter of type ILine