ArcGIS Pro 2.9 API Reference Guide
FindPane Method

ArcGIS.Desktop.Framework Namespace > PaneCollection Class : FindPane Method
The pane's instance identifier.
Finds the pane identified by the specified instance identifier.
Syntax
public Pane FindPane( 
   uint instanceID
)
Public Function FindPane( _
   ByVal instanceID As UInteger _
) As Pane

Parameters

instanceID
The pane's instance identifier.

Return Value

The pane.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

PaneCollection Class
PaneCollection Members