ArcGIS Pro 2.9 API Reference Guide
FindStandaloneTable Method (IStandaloneTableContainer)

ArcGIS.Desktop.Mapping Namespace > IStandaloneTableContainer Interface : FindStandaloneTable Method
The URI of the StandaloneTable. Which is unique identifier for each table
Finds a StandaloneTable using a URI. Child group layers are also searched.
Syntax
StandaloneTable FindStandaloneTable( 
   string tableURI
)
Function FindStandaloneTable( _
   ByVal tableURI As String _
) As StandaloneTable

Parameters

tableURI
The URI of the StandaloneTable. Which is unique identifier for each table

Return Value

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

IStandaloneTableContainer Interface
IStandaloneTableContainer Members