ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Core Namespace / EditingFrameworkExtender Class / OpenExternalTablePane Method / OpenExternalTablePane(PaneCollection,Item,TableViewMode) Method
The item for which the table pane will be opened
Show all records or just selected

In This Topic
    OpenExternalTablePane(PaneCollection,Item,TableViewMode) Method
    In This Topic
    Open an external table pane for an item. If a table pane is already open it will be activated. You must be on the UI thread to call this function.
    Syntax
    Public Overloads Shared Function OpenExternalTablePane( _
       ByVal paneCollection As PaneCollection, _
       ByVal item As Item, _
       Optional ByVal viewMode As TableViewMode _
    ) As IExternalTablePane

    Parameters

    paneCollection
    item
    The item for which the table pane will be opened
    viewMode
    Show all records or just selected

    Return Value

    Exceptions
    ExceptionDescription
    Table panes cannot be accessed from a thread other than the thread they were created on.
    The map viewer is not initialized.
    Remarks
    There must be an active map view otherwise a System.InvalidOperationException is thrown
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also