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


IGpCursorRow.DeleteRow Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpCursorRow Interface > IGpCursorRow.DeleteRow Method
ArcGIS Developer Help

IGpCursorRow.DeleteRow Method

Deletes the existing row of the current position of the cursor.

[Visual Basic .NET]
Public Sub DeleteRow ( _
    ByVal pCursor As ICursor, _
    ByVal cursorCookie As Integer _
)
[C#]
public void DeleteRow (
    ICursor pCursor,
    int cursorCookie
);
[C++]
HRESULT DeleteRow(
  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.

See Also

IGpCursorRow Interface