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


In This Topic
    AttributeIndexDescription Class Members
    In This Topic

    The following tables list the members exposed by AttributeIndexDescription.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    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