ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.PluginDatastore Namespace / PluginDatasourceTemplate Class / OpenTable Method
The name of a data structure entity that is exposed to ArcGIS as a table or feature class via the Plugin Datasource.

In This Topic
    OpenTable Method (PluginDatasourceTemplate)
    In This Topic
    Gets an instance of concrete class that implements the PluginTableTemplate abstraction associated with name in the plug-in data source.
    Syntax
    public abstract PluginTableTemplate OpenTable( 
       string name
    )
    Public MustOverride Function OpenTable( _
       ByVal name As String _
    ) As PluginTableTemplate

    Parameters

    name
    The name of a data structure entity that is exposed to ArcGIS as a table or feature class via the Plugin Datasource.

    Return Value

    An instance of the concrete class that implements the PluginTableTemplate abstraction.
    Exceptions
    ExceptionDescription
    Signals to the framework that an exception derived from System.Exception has occurred.
    Remarks
    Any input name argument for this method should be one of the returned values in GetTableNames.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also