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


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

ISchematicRelationManager.MoveParent Method

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.

See Also

ISchematicRelationManager Interface