ArcGIS Pro 3.7 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 Function Find( _
       ByVal damlID As String _
    ) As List(Of Pane)
    public List<Pane> Find( 
       string damlID
    )

    Parameters

    damlID
    The pane's DAML identifier.

    Return Value

    Array of matching Panes.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also