ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data Namespace / Index Class / IsAscending Method

In This Topic
    IsAscending Method
    In This Topic
    Indicates if the index is based on ascending order. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Function IsAscending() As Boolean
    public bool IsAscending()

    Return Value

    true if the index is based on ascending order; otherwise, false.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also