public AttributeIndexDescription( string indexName, TableDescription tableDescription, IEnumerable<string> indexFieldNames )
Public Function New( _ ByVal indexName As String, _ ByVal tableDescription As TableDescription, _ ByVal indexFieldNames As IEnumerable(Of String) _ )
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.