ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core Namespace / EditingOptions Class / SaveEditsInterval Property

In This Topic
    SaveEditsInterval Property
    In This Topic
    Gets and sets the time interval (in minutes) after which edits will be saved if AutomaticallySaveEdits is true and AutoSaveByTime is true.
    Syntax
    Public Property SaveEditsInterval As Integer
    public int SaveEditsInterval {get; set;}
    Remarks
    Values must be between 1 and 1440 inclusive. Other values are ignored.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also