ArcGIS Pro 2.9 API Reference Guide
Create(EditingTemplate) Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class > Create Method : Create(EditingTemplate) Method
Editing template used to create a row.
Creates a new row using the given template.
Syntax
public RowToken Create( 
   EditingTemplate template
)
Public Overloads Function Create( _
   ByVal template As EditingTemplate _
) As RowToken

Parameters

template
Editing template used to create a row.

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