ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Core.Data.DDL Namespace / AttributeIndexDescription Class / AttributeIndexDescription Constructor / AttributeIndexDescription Constructor(String,TableDescription,IEnumerable<String>)
The name of the description.
The description object representing the ArcGIS.Core.Data.Table that will hold the attribute index.
The names of the ArcGIS.Core.Data.Fields present in the attribute index.
Version

AttributeIndexDescription Constructor(String,TableDescription,IEnumerable<String>)
Creates a description object of the attribute ArcGIS.Core.Data.Index.
Syntax

Parameters

indexName
The name of the description.
tableDescription
The description object representing the ArcGIS.Core.Data.Table that will hold the attribute index.
indexFieldNames
The names of the ArcGIS.Core.Data.Fields present in the attribute index.
Exceptions
ExceptionDescription
The list of field names is invalid.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3.1 or higher.
See Also