ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.DDL Namespace / AttributeIndexDescription Class / FieldNames Property

In This Topic
    FieldNames Property (AttributeIndexDescription)
    In This Topic
    The list of field names in the TableDescription that will be present in the attribute index.
    Syntax
    public IReadOnlyList<string> FieldNames {get;}
    Public ReadOnly Property FieldNames As IReadOnlyList(Of String)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also