ArcObjects Library Reference (GeoDatabase)  

IRelatedObjectClassEvents2.RelatedObjectSetMoved Method

Notifies this object that a set of objects with relationships to the input set of objects moved.

[Visual Basic .NET]
Public Sub RelatedObjectSetMoved ( _
    ByVal RelationshipClass As IRelationshipClass, _
    ByVal objectsThatNeedToChange As ISet, _
    ByVal objectsThatChanged As ISet, _
    ByVal moveVector As ILine _
)
[C#]
public void RelatedObjectSetMoved (
    IRelationshipClass RelationshipClass,
    ISet objectsThatNeedToChange,
    ISet objectsThatChanged,
    ILine moveVector
);
[C++]
HRESULT RelatedObjectSetMoved(
  IRelationshipClass* RelationshipClass,
  ISet* objectsThatNeedToChange,
  ISet* objectsThatChanged,
  ILine* moveVector
);
[C++]

Parameters

RelationshipClass [in]

  RelationshipClass is a parameter of type IRelationshipClass

objectsThatNeedToChange [in]

  objectsThatNeedToChange is a parameter of type ISet

objectsThatChanged [in]

  objectsThatChanged is a parameter of type ISet

moveVector [in]

  moveVector is a parameter of type ILine

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRelatedObjectClassEvents2 Interface