ArcGIS Pro 2.6 API Reference Guide
FindLayer Method (CompositeLayer)

ArcGIS.Desktop.Mapping Namespace > CompositeLayer Class : FindLayer Method
The URI of the layer. Which is unique identifier for each layer
(optional) When true the search continues in group layers. (default value = true)
Finds a layer using a URI.
Syntax
public Layer FindLayer( 
   string layerURI,
   bool recursive
)
Public Function FindLayer( _
   ByVal layerURI As String, _
   Optional ByVal recursive As Boolean _
) As Layer

Parameters

layerURI
The URI of the layer. Which is unique identifier for each 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