ArcGIS Pro 3.7 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 ReadOnly Property FieldNames As IReadOnlyList(Of String)
    public IReadOnlyList<string> FieldNames {get;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.1 or higher.
    See Also