ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / ExecuteModeType Enumeration

In This Topic
    ExecuteModeType Enumeration
    In This Topic
    An enumeration of possible execute mode types. Used in an EditOperation to control the order of edit function execution.
    Syntax
    Members
    MemberDescription
    DefaultEdits are grouped together and executed in the default manner regardless of the order they are defined on the EditOperation.
    SequentialEdits are executed in a sequential manner in the order they are defined on the EditOperation.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Desktop.Editing.ExecuteModeType

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also