ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.PluginDatastore Namespace / PluginDatastore Class / PluginDatastore Constructor
The identification of a data source made available to ArcGIS Pro via a plug-in data source add-in.

In This Topic
    PluginDatastore Constructor
    In This Topic
    Opens a read-only plug-in data store that makes a third-party data format accessible to ArcGIS Pro.
    Syntax

    Parameters

    connector
    The identification of a data source made available to ArcGIS Pro via a plug-in data source add-in.
    Exceptions
    ExceptionDescription
    connector is null.

    The plug-in data source add-in associated with PluginDatasourceConnectionPath.PluginIdentifier in connector cannot be loaded.

    -or-

    The actual third-party data source associated with PluginDatasourceConnectionPath.DatasourcePath in connector cannot be opened.

    A geodatabase-related exception has occurred.
    This object must be created within the lambda or delegate passed to QueuedTask.Run, or on a compatible STA thread.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also