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


IGpEnumObject.DeleteRow Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpEnumObject.DeleteRow Method

Inserts the row associated with the given cursor row.

[Visual Basic .NET]
Public Sub DeleteRow ( _
    ByVal row As Object _
)
[C#]
public void DeleteRow (
    object row
);
[C++]
HRESULT DeleteRow(
  IDispatch* row
);
[C++]

Parameters row [in] row is a parameter of type IDispatch*

Product Availability

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

See Also

IGpEnumObject Interface