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


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

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