ArcGIS Pro 2.6 API Reference Guide
FindStandaloneTable Method (CompositeLayerWithTables)

ArcGIS.Desktop.Mapping Namespace > CompositeLayerWithTables Class : FindStandaloneTable Method
The URI of the StandaloneTable.
Finds a StandaloneTable using a URI.
Syntax
public StandaloneTable FindStandaloneTable( 
   string tableURI
)
Public Function FindStandaloneTable( _
   ByVal tableURI As String _
) As StandaloneTable

Parameters

tableURI
The URI of the StandaloneTable.

Return Value

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

CompositeLayerWithTables Class
CompositeLayerWithTables Members