ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / EditingOptions Class / SaveEditsOperations Property

In This Topic
    SaveEditsOperations Property
    In This Topic
    Gets and sets the number of operations after which edits will be saved if AutomaticallySaveEdits is true and AutoSaveByTime is false.
    Syntax
    public int SaveEditsOperations {get; set;}
    Public Property SaveEditsOperations As Integer
    Remarks
    Values must be between 1 and 100 inclusive. Other values are ignored.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also