ArcGIS Pro 2.6 API Reference Guide
Insert Method (InsertCursor)

ArcGIS.Core.Data Namespace > InsertCursor Class : Insert Method
Inserts the Row in the cursor. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public void Insert( 
   RowBuffer rowBuffer
)
Public Sub Insert( _
   ByVal rowBuffer As RowBuffer _
) 

Parameters

rowBuffer
Exceptions
ExceptionDescription
A geodatabase-related exception has occurred.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

InsertCursor Class
InsertCursor Members