This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITableWrite Interface > ITableWrite.WriteRotatedRows Method (ArcObjects .NET 10.5 SDK) |
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