ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Attributes Namespace / Attribute Class / SetValueAsync(Object) Method
the value to set.

In This Topic
    SetValueAsync(Object) Method
    In This Topic
    Set the value for this attribute.
    Syntax
    public Task<bool> SetValueAsync( 
       object value
    )
    Public Function SetValueAsync( _
       ByVal value As Object _
    ) As Task(Of Boolean)

    Parameters

    value
    the value to set.

    Return Value

    Task representing whether this value will be set.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also