ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Attributes Namespace / Inspector Class / HasValidEdits Property

In This Topic
    HasValidEdits Property
    In This Topic
    Gets a Boolean indicating if all of the edited attributes are valid. Returns false if any edited attributes are not valid, null if no edits or IsFeature is false.
    Syntax
    public Nullable<bool> HasValidEdits {get;}
    Public ReadOnly Property HasValidEdits As Nullable(Of Boolean)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also