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

In This Topic
    SetMaxVisibleLayers Method
    In This Topic
    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
    )
    Public Sub SetMaxVisibleLayers( _
       ByVal maxVisibleLayers As Integer _
    ) 

    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