ArcGIS Pro 2.8 API Reference Guide
CreateEx(Table,Dictionary<String,Object>) Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class > CreateEx Method : CreateEx(Table,Dictionary<String,Object>) Method
The table to create the new row in.
The attributes to assign the new row.
Creates a new row with the given attributes.
Syntax
Public Overloads Function CreateEx( _
   ByVal table As Table, _
   ByVal values As Dictionary(Of String,Object) _
) As RowToken

Parameters

table
The table to create the new row in.
values
The attributes to assign the new row.

Return Value

A RowToken object that represents the row to be created.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members
Overload List