ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / CompositeLayerWithTables Class / FindStandaloneTable Method
The URI of the StandaloneTable which is a unique identifier
Version

FindStandaloneTable Method (CompositeLayerWithTables)
Finds a StandaloneTable using a URI. Child group layers are also searched.
Syntax
public StandaloneTable FindStandaloneTable( 
   string tableURI
)

Parameters

tableURI
The URI of the StandaloneTable which is a unique identifier

Return Value

Remarks
To search StandaloneTables from only the layer container and not include StandaloneTables within child group layers, use StandaloneTables
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also