ArcObjects Library Reference (GeoDatabase)  

IConfirmSendRelatedObjectEvents.ConfirmSendRelatedObjectMoved Method

Notifies this object that a related object moved and asks if events should be sent.

[Visual Basic .NET]
Public Function ConfirmSendRelatedObjectMoved ( _
    ByVal RelationshipClass As IRelationshipClass, _
    ByVal objectThatChanged As IObject, _
    ByVal moveVector As ILine _
) As Boolean
[C#]
public bool ConfirmSendRelatedObjectMoved (
    IRelationshipClass RelationshipClass,
    IObject objectThatChanged,
    ILine moveVector
);
[C++]
HRESULT ConfirmSendRelatedObjectMoved(
  IRelationshipClass* RelationshipClass,
  IObject* objectThatChanged,
  ILine* moveVector,
  VARIANT_BOOL* doSend
);
[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

doSend [out, retval]   doSend is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IConfirmSendRelatedObjectEvents Interface | IRelatedObjectEvents Interface | IClassExtension Interface