ArcGIS Pro 2.8 API Reference Guide
CreateEx(Table) Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class > CreateEx Method : CreateEx(Table) Method
The table to create a row in.
Creates a 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 a row in.

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