public static CIMMapTableView GetMapTableView( PaneCollection paneCollection, MapMember mapMember )
Public Shared Function GetMapTableView( _ ByVal paneCollection As PaneCollection, _ ByVal mapMember As MapMember _ ) As CIMMapTableView
Parameters
- paneCollection
- The pane collection.
- mapMember
- The mapMember for which the table pane will be opened
Return Value
Return a ArcGIS.Core.CIM.CIMMapTableView object, if the MapMember can be opened by the table pane. It returns null if the MapMember can't be opened by the table pane or if the active MapView does not contain the MapMember.