ArcGIS Pro 3.7 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 Shared Function CanOpenExternalTablePane( _
       ByVal paneCollection As PaneCollection, _
       ByVal item As Item _
    ) As Boolean
    public static bool CanOpenExternalTablePane( 
       PaneCollection paneCollection,
       Item item
    )

    Parameters

    paneCollection
    item
    The Item.

    Return Value

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

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

    ArcGIS Pro version: 3.3 or higher.
    See Also