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

ArcGIS.Desktop.Editing Namespace > EditOperation Class > Create Method : Create(MapMember,Action<Int64>) Method
The layer or 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( 
   MapMember member,
   Action<long> result
)
Public Overloads Sub Create( _
   ByVal member As MapMember, _
   Optional ByVal result As Action(Of Long) _
) 

Parameters

member
The layer or 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