Notifies this object that a related object moved.
[Visual Basic .NET] Public Sub RelatedObjectMoved ( _ ByVal RelationshipClass As IRelationshipClass, _ ByVal objectThatChanged As IObject, _ ByVal moveVector As ILine, _ ByVal RelatedObject As IObject _ )
[C#] public void RelatedObjectMoved ( IRelationshipClass RelationshipClass, IObject objectThatChanged, ILine moveVector, IObject RelatedObject );
[C++]
HRESULT RelatedObjectMoved(
IRelationshipClass* RelationshipClass,
IObject* objectThatChanged,
ILine* moveVector,
IObject* RelatedObject
);
[C++]Parameters
RelationshipClass [in]RelationshipClass is a parameter of type IRelationshipClass
objectThatChanged [in]objectThatChanged is a parameter of type IObject
moveVector [in]moveVector is a parameter of type ILine
RelatedObject [in]RelatedObject is a parameter of type IObject
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.