ArcGIS Pro 2.6 API Reference Guide
FindStandaloneTable(String) Method

ArcGIS.Desktop.Mapping Namespace > Map Class : FindStandaloneTable(String) Method
A string represents the URI of a standalone table.
Finds the specified standalone table in the map.
Syntax
public StandaloneTable FindStandaloneTable( 
   string tableURI
)
Public Function FindStandaloneTable( _
   ByVal tableURI As String _
) As StandaloneTable

Parameters

tableURI
A string represents the URI of a standalone table.

Return Value

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Map Class
Map Members