ArcGIS Pro 2.9 API Reference Guide
SetValueAsync(Object) Method

ArcGIS.Desktop.Editing.Attributes Namespace > Attribute Class : SetValueAsync(Object) Method
the value to set.
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, Windows 8.1

See Also

Reference

Attribute Class
Attribute Members