ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Framework Namespace / DockPaneManager Class / IsDockPaneCreated Method
The DAML identifier
Version

IsDockPaneCreated Method
Checks if the specified ArcGIS.Desktop.Framework.Contracts.DockPane has been instantiated.
Syntax
public bool IsDockPaneCreated( 
   string id
)

Parameters

id
The DAML identifier

Return Value

True if the dock pane has been created.
Remarks
This function will not create the dock pane if it does not exist.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also