ArcGIS Pro 2.9 API Reference Guide
FindStandaloneTable Method (CompositeLayerWithTables)

ArcGIS.Desktop.Mapping Namespace > CompositeLayerWithTables Class : FindStandaloneTable Method
The URI of the StandaloneTable which is a unique identifier
Finds a StandaloneTable using a URI. Child group layers 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 StandaloneTables from only the layer container and not include StandaloneTables within child group layers, use StandaloneTables
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

CompositeLayerWithTables Class
CompositeLayerWithTables Members