ArcGIS Pro 2.8 API Reference Guide
IsDockPaneCreated Method

ArcGIS.Desktop.Framework Namespace > DockPaneManager Class : IsDockPaneCreated Method
The DAML identifier
Checks if the specified ArcGIS.Desktop.Framework.Contracts.DockPane has been instantiated.
Syntax
public bool IsDockPaneCreated( 
   string id
)
Public Function IsDockPaneCreated( _
   ByVal id As String _
) As Boolean

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 10, Windows 8.1

See Also

Reference

DockPaneManager Class
DockPaneManager Members