ArcObjects Library Reference (GeoDatabase)  

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