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

    Find Method (PaneCollection)
    Returns an array of Panes matching the specified DAML identifier.
    Syntax
    public List<Pane> Find( 
       string damlID
    )

    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