ArcGIS Pro 3.7 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 ReadOnly Property HasValidEdits As Nullable(Of Boolean)
    public Nullable<bool> HasValidEdits {get;}
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also