Notifies this object that a set of objects with relationships to the input set of objects moved.
[Visual Basic 6.0] Sub RelatedObjectSetMoved(
ByVal RelationshipClass As IRelationshipClass, _
ByVal objectsThatNeedToChange As ISet, _
ByVal objectsThatChanged As ISet, _
ByVal moveVector As ILine _
)
[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 );
[Java] public void relatedObjectSetMoved ( IRelationshipClass RelationshipClass, ISet ObjectsThatNeedToChange, ISet ObjectsThatChanged, ILine moveVector ) throws IOException, AutomationException
[C++] HRESULT RelatedObjectSetMoved( IRelationshipClass* RelationshipClass, ISet* objectsThatNeedToChange, ISet* objectsThatChanged, ILine* moveVector );
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
moveVector is a parameter of type ILine
The RelatedObjectSetMoved method is called when a set of objects in the related object class has moved. The objectsThatChanged argument represents the set of objects in the related object classes that have moved.
The objectsThatNeedToChange argument represents the set of objects in the object class of this object that are related to the objects that moved. This object is itself a member of the objectsThatNeedToChange.