ArcGIS Pro 2.8 API Reference Guide
Find Method (PaneCollection)

ArcGIS.Desktop.Framework Namespace > PaneCollection Class : Find Method
The pane's DAML identifier.
Returns an array of Panes matching the specified DAML identifier.
Syntax
public List<Pane> Find( 
   string damlID
)
Public Function Find( _
   ByVal damlID As String _
) As List(Of Pane)

Parameters

damlID
The pane's DAML identifier.

Return Value

Array of matching Panes.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

PaneCollection Class
PaneCollection Members