ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / Create Method / Create(Layer,Geometry,Dictionary<String,Object>) Method
The layer to create a new feature in.
The geometry of the new feature.
The attributes to assign to the new row.

In This Topic
    Create(Layer,Geometry,Dictionary<String,Object>) Method
    In This Topic
    Creates a new feature in the given layer given a geometry and a set of attributes.
    Syntax
    Public Overloads Function Create( _
       ByVal layer As Layer, _
       ByVal geometry As Geometry, _
       ByVal values As Dictionary(Of String,Object) _
    ) As RowToken

    Parameters

    layer
    The layer to create a new feature in.
    geometry
    The geometry of the new feature.
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also