ArcGIS Pro 3.7 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 Overridable ReadOnly Property DirtiesProject As Boolean
    public virtual bool DirtiesProject {get;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also