ArcGIS Pro 2.9 API Reference Guide
OpenTablePane(PaneCollection,CIMMapTableView) Method

ArcGIS.Desktop.Core Namespace > FrameworkExtender Class > OpenTablePane Method : OpenTablePane(PaneCollection,CIMMapTableView) Method
The map table view for which the table pane will be opened
Open a table pane for a MapMember. 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 OpenTablePane( _
   ByVal paneCollection As PaneCollection, _
   ByVal mapTableView As CIMMapTableView _
) As ITablePane

Parameters

paneCollection
mapTableView
The map table view for which the table pane will be opened

Return Value

Exceptions
ExceptionDescription
The mapTableView can not be null.
The mapTableView must be created by calling the PaneCollection.GetMapTableView method.
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, Windows 8.1

See Also

Reference

FrameworkExtender Class
FrameworkExtender Members
Overload List