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

ExecuteModeType Enumeration
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