ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / Operation Class / DirtiesProject Property

In This Topic
    DirtiesProject Property
    In This Topic
    Gets a boolean indicating if the operation should dirty the project.
    Syntax
    public virtual bool DirtiesProject {get;}
    Public Overridable ReadOnly Property DirtiesProject As Boolean
    Remarks

    Operations that return true for DirtiesProject will cause the Project Save button to enable when they are added to an OperationManager.

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also