ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / IStandaloneTableContainer Interface / FindStandaloneTable Method
The URI of the StandaloneTable. Which is unique identifier for each table

In This Topic
    FindStandaloneTable Method (IStandaloneTableContainer)
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also