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

In This Topic
    ClearFeatureDrawOrder Method
    In This Topic
    Clear the existing feature drawing order. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void ClearFeatureDrawOrder()
    Public Sub ClearFeatureDrawOrder() 
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Remarks
    Will throw a System.InvalidOperationException if drawing order is not supported on the layer
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also