This document is archived and information here might be outdated. Recommended version. |
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*