ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / CatalogLayer Class / SetMaxVisibleLayers Method
A value to set the number of visible layers.
Version

    SetMaxVisibleLayers Method
    Sets the limit for the number of catalog dataset items that can draw in the layer's active view. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void SetMaxVisibleLayers( 
       int maxVisibleLayers
    )

    Parameters

    maxVisibleLayers
    A value to set the number of visible layers.
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also