ArcGIS Pro 2.9 API Reference Guide
FindStandaloneTable(String) Method

ArcGIS.Desktop.Mapping Namespace > Map Class : FindStandaloneTable(String) Method
The URI of the StandaloneTable which is a unique identifier
Finds a StandaloneTable using a URI. Group layers within the map are also searched.
Syntax
public StandaloneTable FindStandaloneTable( 
   string tableURI
)
Public Function FindStandaloneTable( _
   ByVal tableURI As String _
) As StandaloneTable

Parameters

tableURI
The URI of the StandaloneTable which is a unique identifier

Return Value

Remarks
To search just StandaloneTables within the map container for the matching URI and not include StandaloneTables within group layers (within the map), use StandaloneTables
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

Map Class
Map Members