ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Framework Namespace / PaneCollection Class / FindPane Method
The pane's instance identifier.

In This Topic
    FindPane Method
    In This Topic
    Finds the pane identified by the specified instance identifier.
    Syntax
    Public Function FindPane( _
       ByVal instanceID As UInteger _
    ) As Pane
    public Pane FindPane( 
       uint instanceID
    )

    Parameters

    instanceID
    The pane's instance identifier.

    Return Value

    The pane.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also