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


IConfirmSendRelatedObjectEvents.ConfirmSendRelatedObjectRotated Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IConfirmSendRelatedObjectEvents.ConfirmSendRelatedObjectRotated Method

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

[Visual Basic .NET]
Public Function ConfirmSendRelatedObjectRotated ( _
    ByVal RelationshipClass As IRelationshipClass, _
    ByVal objectThatChanged As IObject, _
    ByVal Origin As IPoint, _
    ByVal Angle As Double _
) As Boolean
[C#]
public bool ConfirmSendRelatedObjectRotated (
    IRelationshipClass RelationshipClass,
    IObject objectThatChanged,
    IPoint Origin,
    double Angle
);
[C++]
HRESULT ConfirmSendRelatedObjectRotated(
  IRelationshipClass* RelationshipClass,
  IObject* objectThatChanged,
  IPoint* Origin,
  double Angle,
  VARIANT_BOOL* doSend
);
[C++]

Parameters RelationshipClass [in]
RelationshipClass is a parameter of type IRelationshipClass objectThatChanged [in]
objectThatChanged is a parameter of type IObject Origin
Origin is a parameter of type IPoint Angle Angle is a parameter of type double 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