ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Core Namespace / EditingFrameworkExtender Class / GetExternalTableView Method
The pane collection.
The item for which the table pane will be opened

In This Topic
    GetExternalTableView Method
    In This Topic
    Gets or creates the CIMExternalTableView for an item. If the table pane has been opened for this item, it will initialize the CIMExternalTableView with the previous values. If table pane has never been opened, it will initialize the CIMExternalTableView with the default table pane values.
    Syntax
    public static CIMExternalTableView GetExternalTableView( 
       PaneCollection paneCollection,
       Item item
    )
    Public Shared Function GetExternalTableView( _
       ByVal paneCollection As PaneCollection, _
       ByVal item As Item _
    ) As CIMExternalTableView

    Parameters

    paneCollection
    The pane collection.
    item
    The item for which the table pane will be opened

    Return Value

    Return a ArcGIS.Core.CIM.CIMExternalTableView object, if the item can be opened by the table pane. It returns null if the item can't be opened by the table pane.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also