ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / SelectNewFeatures Property

In This Topic
    SelectNewFeatures Property
    In This Topic
    Gets and sets whether a new selection containing only the created features will be created by the EditOperation.
    Syntax
    public bool SelectNewFeatures {get; set;}
    Public Property SelectNewFeatures As Boolean
    Remarks
    If set to false, the current selection does not change.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also