ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.PluginDatastore Namespace / PluginTableTemplate Class
Members

In This Topic
    PluginTableTemplate Class
    In This Topic

    This abstract class serves as one of the key extensibility points that comprise the Plugin Datastore Framework. Specifically, each instance of concrete class that implements this abstraction acts as a conduit between a data structure in a third-party data source and a ArcGIS.Core.Data.Table (or ArcGIS.Core.Data.FeatureClass) in ArcGIS Pro.

    A plug-in table does not necessarily correspond to a database table on the back end. It can be any data structure or format, but it presented to ArcGIS as a table.

    If the list of PluginFields returned by GetFields has a field whose type is ArcGIS.Core.Data.FieldType.Geometry, then this concrete implementation is considered a feature class; otherwise, a table.

    Object Model
    PluginTableTemplate ClassEnvelope ClassPluginCursorTemplate Class
    Syntax
    public abstract class PluginTableTemplate 
    Public MustInherit Class PluginTableTemplate 
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Data.PluginDatastore.PluginTableTemplate

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also