ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / AutoComplete Method / AutoComplete(EditingTemplate,Geometry) Method
The template to use to create new features.
The geometry to use to auto-complete with.
Version

    AutoComplete(EditingTemplate,Geometry) Method
    Create a new feature by auto-complete.
    Syntax
    public void AutoComplete( 
       EditingTemplate template,
       Geometry autoCompleteGeometry
    )

    Parameters

    template
    The template to use to create new features.
    autoCompleteGeometry
    The geometry to use to auto-complete with.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.0 or higher.
    See Also