ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework Namespace / PaneCollection Class / Find Method
The pane's DAML identifier.

In This Topic
    Find Method (PaneCollection)
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also