ArcGIS Pro 2.6 API Reference Guide
CreateInsertCursor Method

ArcGIS.Core.Data Namespace > Table Class : CreateInsertCursor Method
Creates an InsertCursor instance in memory. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public InsertCursor CreateInsertCursor()
Public Function CreateInsertCursor() As InsertCursor

Return Value

A InsertCursor used to quickly insert rows.
Exceptions
ExceptionDescription
A geodatabase-related exception has occurred.
Remarks
When used in an ArcGIS Pro add-in, insert cursors should be used within an edit operation callback. For stand-alone CoreHost applications, calls to this method (and use of the insert cursor) should be enclosed within a call to Geodatabase.ApplyEdits.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Table Class
Table Members