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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.