This document is archived and information here might be outdated. Recommended version. |
Sends OnChanged messages, sends rotate notifications to related objects, then calls WriteRows.
[Visual Basic .NET] Public Sub WriteRotatedRows ( _ ByVal Rows As ISet, _ ByVal Origin As IPoint, _ ByVal Angle As Double _ )
[C#] public void WriteRotatedRows ( ISet Rows, IPoint Origin, double Angle );
[C++]
HRESULT WriteRotatedRows(
ISet* Rows,
IPoint* Origin,
double Angle
);
[C++] Parameters Rows [in]
Rows is a parameter of type ISet* Origin
Origin is a parameter of type IPoint* Angle
Angle is a parameter of type double