ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Core Namespace / EditingFrameworkExtender Class / OpenExternalTablePane Method / OpenExternalTablePane(PaneCollection,CIMExternalTableView) Method
The external table view for which the table pane will be opened

In This Topic
    OpenExternalTablePane(PaneCollection,CIMExternalTableView) Method
    In This Topic
    Open a 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 externalTableView As CIMExternalTableView _
    ) As IExternalTablePane

    Parameters

    paneCollection
    externalTableView
    The external table view for which the table pane will be opened

    Return Value

    Exceptions
    ExceptionDescription
    The externalTableView can not be null.
    The externalTableView must be created by calling the PaneCollection.GetExternalTableView method.
    Table panes cannot be accessed from a thread other than the thread they were created on.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also