This document is archived and information here might be outdated. Recommended version. |
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*