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


ITableWrite.WriteRotatedRows Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITableWrite Interface > ITableWrite.WriteRotatedRows Method
ArcGIS Developer Help

ITableWrite.WriteRotatedRows Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITableWrite Interface