ArcGIS Pro 2.8 API Reference Guide
OpenTable Method (PluginDatasourceTemplate)

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.
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 10, Windows 8.1

See Also

Reference

PluginDatasourceTemplate Class
PluginDatasourceTemplate Members