ArcObjects Library Reference (GeoDatabase)  

IConfirmSendRelatedObjectEvents.ConfirmSendRelatedObjectSetRotated Method

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

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

Parameters

RelationshipClass [in]

  RelationshipClass is a parameter of type IRelationshipClass

objectsThatChanged [in]

  objectsThatChanged is a parameter of type ISet

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