ArcObjects Library Reference (GeoDatabase)  

ITableWrite.WriteMovedRows Method

Sends OnChanged messages, sends move notifications to related objects, then calls WriteRows.

[Visual Basic .NET]
Public Sub WriteMovedRows ( _
    ByVal Rows As ISet, _
    ByVal moveVector As ILine _
)
[C#]
public void WriteMovedRows (
    ISet Rows,
    ILine moveVector
);
[C++]
HRESULT WriteMovedRows(
  ISet* Rows,
  ILine* moveVector
);
[C++]

Parameters

Rows [in]

  Rows is a parameter of type ISet

moveVector [in]

  moveVector is a parameter of type ILine

Product Availability

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

See Also

ITableWrite Interface