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

In This Topic
    GetConnector Method (PluginDatastore)
    In This Topic
    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 Overrides NotOverridable Function GetConnector() As Connector
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also