ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / FeatureLayer Class / GetFeatureDrawOrder Method

In This Topic
    GetFeatureDrawOrder Method
    In This Topic
    Gets the current feature drawing order info. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public List<CIMFeatureSortInfo> GetFeatureDrawOrder()
    Public Function GetFeatureDrawOrder() As List(Of CIMFeatureSortInfo)

    Return Value

    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Remarks
    If there is no feature drawing order currently set or if the layer does not support feature drawing order, an empty list is returned
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also