ArcGIS Pro 2.8 API Reference Guide
GetCatalogPane Method

ArcGIS.Desktop.Core Namespace > Project Class : GetCatalogPane Method
true (default) to create the pane if it has not already been created
Gets the catalog pane. If createIfNecessary = true and the catalog pane has not been created, the pane will be created. Otherwise, if the catalog pane has not been created and createIfNecessary = false, null will be returned
Syntax
public static IProjectWindow GetCatalogPane( 
   bool createIfNecessary
)
Public Shared Function GetCatalogPane( _
   Optional ByVal createIfNecessary As Boolean _
) As IProjectWindow

Parameters

createIfNecessary
true (default) to create the pane if it has not already been created

Return Value

An IProjectWindow for the catalog pane or null
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

Project Class
Project Members