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


ITableWrite.WriteMovedRows 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.WriteMovedRows Method
ArcGIS Developer Help

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