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

In This Topic
    EditOperationType Property
    In This Topic
    Gets and sets the transaction type for the EditOperation.
    Syntax
    public Nullable<EditOperationType> EditOperationType {get; set;}
    Public Property EditOperationType As Nullable(Of EditOperationType)

    Property Value

    Type: EditOperationType A nullable type determining the transaction type. The default value is null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also