This document is archived and information here might be outdated. Recommended version. |
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, _ ByVal RelatedObject As IObject _ )
[C#] public void RelatedObjectRotated ( IRelationshipClass RelationshipClass, IObject objectThatChanged, IPoint Origin, double Angle, IObject RelatedObject );
[C++]
HRESULT RelatedObjectRotated(
IRelationshipClass* RelationshipClass,
IObject* objectThatChanged,
IPoint* Origin,
double Angle,
IObject* RelatedObject
);
[C++] Parameters RelationshipClass [in]
RelationshipClass is a parameter of type IRelationshipClass* objectThatChanged [in]
objectThatChanged is a parameter of type IObject* Origin [in]
Origin is a parameter of type IPoint* Angle [in]
Angle is a parameter of type double RelatedObject [in]
RelatedObject is a parameter of type IObject*