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

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

Parameters

fieldAlias
String specifying the field alias to be displayed
member
Layer or table to read schema from.
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