ArcObjects Library Reference (Geoprocessing)  

IGpEnumObject.InsertRow Method

Inserts the row associated with the given cursor row.

[Visual Basic .NET]
Public Sub InsertRow ( _
    ByVal row As Object _
)
[C#]
public void InsertRow (
    object row
);
[C++]
HRESULT InsertRow(
  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