A cursor that can be used to insert new rows without polymorphic object insert behavior.
[Visual Basic .NET] Public Function InsertRows ( _ ByVal useBuffering As Boolean _ ) As ICursor
[C#] public ICursor InsertRows ( bool useBuffering );
[C++]
HRESULT InsertRows(
VARIANT_BOOL useBuffering,
ICursor** Cursor
);
[C++]Parameters
useBuffering [in] useBuffering is a parameter of type VARIANT_BOOL Cursor [out, retval]Cursor is a parameter of type ICursor
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.