ArcGIS Pro 3.7 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 Function ValidateAsync() As Task(Of Boolean)
    public Task<bool> ValidateAsync()

    Return Value

    A task returning a Boolean.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also