ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Core Namespace / FrameworkExtender Class / CanOpenTablePane Method
The MapMember.
Version

CanOpenTablePane Method
Determines if the mapMember can be opened by the table pane.
Syntax
public static bool CanOpenTablePane( 
   PaneCollection paneCollection,
   MapMember mapMember
)

Parameters

paneCollection
mapMember
The MapMember.

Return Value

True if the table pane can open for the MapMember.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also