ArcGIS Pro 2.9 API Reference Guide
AddAttributeAsync(MapMember,String,Boolean) Method

ArcGIS.Desktop.Editing.Attributes Namespace > Inspector Class > AddAttributeAsync Method : AddAttributeAsync(MapMember,String,Boolean) Method
mapMember
String specifying the field name or alias
If the string being passed is the alias
Add an attribute to the feature inspector by mapmember and field name or field alias.
Syntax
Public Overloads Function AddAttributeAsync( _
   ByVal member As MapMember, _
   ByVal fieldNameOrAlias As String, _
   Optional ByVal isAlias As Boolean _
) As Task(Of Attribute)

Parameters

member
mapMember
fieldNameOrAlias
String specifying the field name or alias
isAlias
If the string being passed is the alias

Return Value

A Task returning an Attribute.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

Inspector Class
Inspector Members
Overload List