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
OriginOrigin 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.