ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Attributes Namespace / Attribute Class / ValidateAsync Method

In This Topic
    ValidateAsync Method
    In This Topic
    An async method which allows addition of custom validation logic for this attribute.
    Syntax
    public Task<bool> ValidateAsync()
    Public Function ValidateAsync() As Task(Of Boolean)

    Return Value

    A task returning a Boolean.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also