This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > ICursor Interface > ICursor.UpdateRow Method (ArcObjects .NET 10.5 SDK) |
Update the existing Row in the database corresponding to the current position of the cursor.
[Visual Basic .NET] Public Sub UpdateRow ( _ ByVal Row As IRow _ )
[C#] public void UpdateRow ( IRow Row );
[C++]
HRESULT UpdateRow(
IRow* Row
);
[C++]
Parameters Row [in]
Row is a parameter of type IRow
This method should only be called on update cursors.