ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / Create Method / Create(Table) Method
The table to create the row in.

In This Topic
    Create(Table) Method
    In This Topic
    Creates a new row in the specified table.
    Syntax
    public RowToken Create( 
       Table table
    )
    Public Overloads Function Create( _
       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

    ArcGIS Pro version: 3 or higher.
    See Also