ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Core Namespace / EditingFrameworkExtender Class / CanOpenExternalTablePane Method
The Item.

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

    Parameters

    paneCollection
    item
    The Item.

    Return Value

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

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also