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


IGpDispatch.InsertCursor Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpDispatch.InsertCursor Method

Returns an insert cursor object against the given table/feature class.

[Visual Basic .NET]
Public Function InsertCursor ( _
    ByRef pInputValue As Object, _
    [ByRef SpRef As Object] _
) As Object
[C#]
public object InsertCursor (
    ref object pInputValue,
    ref object SpRef
);
[C++]
HRESULT InsertCursor(
  Variant* pInputValue,
  Variant* SpRef
);
[C++]

Parameters pInputValue [in]
pInputValue is a parameter of type VARIANT* SpRef [in, optional]
SpRef is a parameter of type VARIANT*

Product Availability

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

See Also

IGpDispatch Interface