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

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

Parameters

table
The table to create a new row in.
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