ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Desktop.Core.Events Namespace / ProjectEventArgs Class / IsSaveAs Property

In This Topic
    IsSaveAs Property
    In This Topic
    Gets whether the project is saving in a saveAs scenario
    Syntax
    public bool IsSaveAs {get; set;}
    Public Property IsSaveAs As Boolean
    Remarks

    Can be set within the ProjectSavingEvent otherwise it will always be false and can be ignored.

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also