ArcGIS Pro 2.9 API Reference Guide
CreateEx(Table) Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class > CreateEx Method : CreateEx(Table) Method
The table to create the row in.
Creates a new row in the specified table.
Syntax
public RowToken CreateEx( 
   Table table
)
Public Overloads Function CreateEx( _
   ByVal table As Table _
) As RowToken

Parameters

table
The table to create the row in.

Return Value

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

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members
Overload List