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

In This Topic
    PluginCursorTemplate 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 cursor traversing a data structure in a third-party data source and a ArcGIS.Core.Data.RowCursor object in ArcGIS Pro.

    Object Model
    PluginCursorTemplate ClassPluginRow Class
    Syntax
    public abstract class PluginCursorTemplate 
    Public MustInherit Class PluginCursorTemplate 
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Data.PluginDatastore.PluginCursorTemplate

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also