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


IConfirmSendRelatedObjectEvents.ConfirmSendRelatedObjectSetMoved Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IConfirmSendRelatedObjectEvents Interface > IConfirmSendRelatedObjectEvents.ConfirmSendRelatedObjectSetMoved Method
ArcGIS Developer Help

IConfirmSendRelatedObjectEvents.ConfirmSendRelatedObjectSetMoved Method

Notifies this object that a set of objects with relationships to the input set of objects moved and asks if events should be sent.

[Visual Basic .NET]
Public Function ConfirmSendRelatedObjectSetMoved ( _
    ByVal RelationshipClass As IRelationshipClass, _
    ByVal objectsThatChanged As ISet, _
    ByVal moveVector As ILine _
) As Boolean
[C#]
public bool ConfirmSendRelatedObjectSetMoved (
    IRelationshipClass RelationshipClass,
    ISet objectsThatChanged,
    ILine moveVector
);
[C++]
HRESULT ConfirmSendRelatedObjectSetMoved(
  IRelationshipClass* RelationshipClass,
  ISet* objectsThatChanged,
  ILine* moveVector
);
[C++]
Parameters
RelationshipClass [in]

RelationshipClass is a parameter of type IRelationshipClass* objectsThatChanged [in]
objectsThatChanged is a parameter of type ISet* moveVector
moveVector is a parameter of type ILine*

Product Availability

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

See Also

IConfirmSendRelatedObjectEvents Interface | IRelatedObjectEvents Interface | IClassExtension Interface