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

ArcGIS.Desktop.Editing Namespace > EditOperation Class > Create Method : Create(MapMember,Dictionary<String,Object>,Action<Int64>) Method
The layer or standalone table to create a new row in.
The attributes to assign to 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 member As MapMember, _
   ByVal values As Dictionary(Of String,Object), _
   Optional ByVal result As Action(Of Long) _
) 

Parameters

member
The layer or standalone table to create a new row in.
values
The attributes to assign to 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