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

In This Topic
    IsDockPaneCreated Method
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also