ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core Namespace / FrameworkExtender Class / CanOpenTablePane Method
The project's collection of panes returned from ArcGIS.Desktop.Framework.FrameworkApplication.Panes.
The MapMember.

In This Topic
    CanOpenTablePane Method
    In This Topic
    Determines if the mapMember can be opened by the table pane.
    Syntax
    Public Shared Function CanOpenTablePane( _
       ByVal paneCollection As PaneCollection, _
       ByVal mapMember As MapMember _
    ) As Boolean
    public static bool CanOpenTablePane( 
       PaneCollection paneCollection,
       MapMember mapMember
    )

    Parameters

    paneCollection
    The project's collection of panes returned from ArcGIS.Desktop.Framework.FrameworkApplication.Panes.
    mapMember
    The MapMember.

    Return Value

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

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also