ArcGIS Pro 3.7 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 Property IsSaveAs As Boolean
    public bool IsSaveAs {get; set;}
    Remarks

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

    Requirements

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

    ArcGIS Pro version: 3.6 or higher.
    See Also