ArcGIS Pro 2.6 API Reference Guide
PluginDatastore Constructor

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

See Also

Reference

PluginDatastore Class
PluginDatastore Members