ArcGIS Pro 3.1 API Reference Guide
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
Version

    AddAttributeAsync(String,MapMember,String,Boolean) Method
    Add an attribute to the feature inspector by mapmember, field name and/or field alias.
    Syntax

    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

    ArcGIS Pro version: 3.0 or higher.
    See Also