ArcGIS Pro 2.6 API Reference Guide
FindLayers Method (CompositeLayer)

ArcGIS.Desktop.Mapping Namespace > CompositeLayer Class : FindLayers Method
Name of the layer
(optional) When true the search continues in group layers. (default value = true)
Finds layers by name.
Syntax
Public 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 10, Windows 8.1, Windows 7

See Also

Reference

CompositeLayer Class
CompositeLayer Members