ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ILayerContainer Interface / FindLayers Method
Name of the layer
(optional) When true the search continues in group layers. (default value = true)

In This Topic
    FindLayers Method (ILayerContainer)
    In This Topic
    Finds layers by name.
    Syntax
    Function FindLayers( _
       ByVal name As String, _
       Optional ByVal recursive As Boolean _
    ) As IReadOnlyList(Of Layer)

    Parameters

    name
    Name of the layer
    recursive
    (optional) When true the search continues in group layers. (default value = true)

    Return Value

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also