This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpDispatch Interface > IGpDispatch.InsertCursor Method (ArcObjects .NET 10.4 SDK) |
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 );
Optional Values
[C++]
HRESULT InsertCursor(
VARIANT* pInputValue,
VARIANT* SpRef,
IDispatch** ppCursor
);
[C++]
Parameters pInputValue [in] pInputValue is a parameter of type VARIANT SpRef [optional] SpRef is a parameter of type VARIANT
To indicate this parameter is undefined pass a reference to a VARIANT with type VT_ERROR and scode value of DISP_E_PARAMNOTFOUND. ppCursor [out, retval] ppCursor is a parameter of type IDispatch*