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


IRelatedObjectEvents.RelatedObjectRotated Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRelatedObjectEvents.RelatedObjectRotated Method

Notifies this object that a related object rotated.

[Visual Basic .NET]
Public Sub RelatedObjectRotated ( _
    ByVal RelationshipClass As IRelationshipClass, _
    ByVal objectThatChanged As IObject, _
    ByVal Origin As IPoint, _
    ByVal Angle As Double _
)
[C#]
public void RelatedObjectRotated (
    IRelationshipClass RelationshipClass,
    IObject objectThatChanged,
    IPoint Origin,
    double Angle
);
[C++]
HRESULT RelatedObjectRotated(
  IRelationshipClass* RelationshipClass,
  IObject* objectThatChanged,
  IPoint* Origin,
  double Angle
);
[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

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