ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / InspectorProvider Class / IsDirty Method

In This Topic
    IsDirty Method (InspectorProvider)
    In This Topic
    Gets if the attribute is dirty. Override this to provide custom Dirty behavior.
    Syntax
    public virtual Nullable<bool> IsDirty( 
       Attribute attr
    )
    Public Overridable Function IsDirty( _
       ByVal attr As Attribute _
    ) As Nullable(Of Boolean)

    Parameters

    attr
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also