ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / AutoComplete Method / AutoComplete(Layer,Geometry,Dictionary<String,Object>) Method
The layer to create features from/in.
The geometry to use to auto-complete with.
Attributes of the newly created features (optional, overrides geodatabase defaults).

In This Topic
    AutoComplete(Layer,Geometry,Dictionary<String,Object>) Method
    In This Topic
    Create a new feature by auto-complete.
    Syntax
    Public Overloads Sub AutoComplete( _
       ByVal layer As Layer, _
       ByVal autoCompleteGeometry As Geometry, _
       Optional ByVal values As Dictionary(Of String,Object) _
    ) 

    Parameters

    layer
    The layer to create features from/in.
    autoCompleteGeometry
    The geometry to use to auto-complete with.
    values
    Attributes of the newly created features (optional, overrides geodatabase defaults).
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also