This document is archived and information here might be outdated.  Recommended version.


IRelatedObjectEvents.RelatedObjectMoved Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelatedObjectEvents Interface > IRelatedObjectEvents.RelatedObjectMoved Method
ArcGIS Developer Help

IRelatedObjectEvents.RelatedObjectMoved Method

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 _
)
[C#]
public void RelatedObjectMoved (
    IRelationshipClass RelationshipClass,
    IObject objectThatChanged,
    ILine moveVector
);
[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

This method is currently reserved and implementations should not define any behavior.

See Also

IRelatedObjectEvents Interface