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.