ArcGIS Pro 2.6 API Reference Guide
Create(Table,Dictionary<String,Object>,Action<Int64>) Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class > Create Method : Create(Table,Dictionary<String,Object>,Action<Int64>) Method
The table to create the new row in.
The attributes to assign the new row.
An optional callback that will be called with the resulting OID of the newly created row.
Creates a new row with the given attributes.
Syntax
Public Overloads Sub Create( _
   ByVal table As Table, _
   ByVal values As Dictionary(Of String,Object), _
   Optional ByVal result As Action(Of Long) _
) 

Parameters

table
The table to create the new row in.
values
The attributes to assign the new row.
result
An optional callback that will be called with the resulting OID of the newly created row.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

EditOperation Class
EditOperation Members
Overload List