ArcObjects Library Reference  (GeoDatabase)    

IRelatedObjectEvents.RelatedObjectMoved Method

Notifies this object that a related object moved.

[Visual Basic 6.0]
Sub RelatedObjectMoved(
    ByVal RelationshipClass As IRelationshipClass, _
    ByVal objectThatChanged As IObject, _
    ByVal moveVector As ILine _
)
[Visual Basic .NET]
Public Sub RelatedObjectMoved ( _
    ByVal RelationshipClass As IRelationshipClass, _
    ByVal objectThatChanged As IObject, _
    ByVal moveVector As ILine _
)
[C#]
public void RelatedObjectMoved (
    IRelationshipClass RelationshipClass,
    IObject objectThatChanged,
    ILine moveVector
);
[Java]
public void relatedObjectMoved (
    IRelationshipClass RelationshipClass,
    IObject ObjectThatChanged,
    ILine moveVector
)
throws
    IOException,
    AutomationException
[C++]
HRESULT RelatedObjectMoved(
  IRelationshipClass* RelationshipClass,
  IObject* objectThatChanged,
  ILine* moveVector
);
[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

Product Availability

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

Remarks

The RelatedObjectMoved method is called when a related object has moved.

See Also

IRelatedObjectEvents Interface

 


Feedback Send feedback on this page