ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Core.Data.DDL Namespace / AttributeIndexDescription Class


In This Topic
    AttributeIndexDescription Class Properties
    In This Topic

    For a list of all members of this type, see AttributeIndexDescription members.

    Public Properties
     NameDescription
    Public Property The list of field names in the TableDescription that will be present in the attribute index.  
    Public Property Indicates whether or not the attribute index is based on ascending order.  
    Public Property Indicates whether or not the attribute index is unique.  
    Public Property The name of the dataset or the field this description is referencing. (Inherited from ArcGIS.Core.Data.DDL.Description)
    Public PropertyThe description object representing the ArcGIS.Core.Data.Table that will hold the attribute index.  
    Top
    See Also