ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data.PluginDatastore Namespace / PluginDatastore Class / GetConnector Method
Version

    GetConnector Method (PluginDatastore)
    Gets the ArcGIS.Core.Data.Connector associated with the currently opened plug-in data store. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public override Connector GetConnector()

    Return Value

    The ArcGIS.Core.Data.Connector associated with the currently opened plug-in data store.
    Exceptions
    ExceptionDescription
    No valid plug-in data store has been opened prior to invoking this operation.
    A geodatabase-related exception has occurred.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also