ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / Index Class
Properties Methods


In This Topic
    Index Class Members
    In This Topic

    The following tables list the members exposed by Index.

    Public Properties
     NameDescription
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Method Gets the index position for a field by name. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the list of Fields present in the index. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the name of the index. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Indicates if the index is based on ascending order. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Indicates if the index is unique. If IsUnique is true, the field the Index was created for must not have duplicate values. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also