Updates the existing row of the current position of the cursor with the values of this row object.
[Visual Basic .NET] Public Sub UpdateRow ( _ ByVal pCursor As ICursor, _ ByVal cursorCookie As Integer _ )
[C#] public void UpdateRow ( ICursor pCursor, int cursorCookie );
[C++]
HRESULT UpdateRow(
ICursor* pCursor,
long cursorCookie
);
[C++]Parameters
pCursor [in]pCursor is a parameter of type ICursor
cursorCookie [in] cursorCookie is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.