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

In This Topic
    Validate Method (InspectorProvider)
    In This Topic
    Provides custom validation for an attribute. Return informationa, warning or error messages depending upon attribute values.
    Syntax
    Public Overridable Function Validate( _
       ByVal attr As Attribute _
    ) As IEnumerable(Of Attribute.ValidationError)

    Parameters

    attr

    Return Value

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also