ArcGIS Pro 2.6 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 layer
Finds a StandaloneTable using a URI.
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 layer

Return Value

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

IStandaloneTableContainer Interface
IStandaloneTableContainer Members