ArcGIS Pro 2.7 API Reference Guide
CreateEx(MapMember,Dictionary<String,Object>) Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class > CreateEx Method : CreateEx(MapMember,Dictionary<String,Object>) Method
The layer or standalone table to create a new row in.
The attributes to assign to the new row.
Creates a new feature using a MapMember (layer or standalone table) and a set attributes.
Syntax
Public Overloads Function CreateEx( _
   ByVal member As MapMember, _
   ByVal values As Dictionary(Of String,Object) _
) As RowToken

Parameters

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