ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data Namespace / CoreDataExtensions Class / GetDataConnections Method
The enumeration of datasets to get the CIMDataConnections for.

In This Topic
    GetDataConnections Method
    In This Topic
    Gets the CIMDataConnections for the specified datasets. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public static IReadOnlyList<CIMDataConnection> GetDataConnections( 
       IEnumerable<Dataset> datasets
    )
    Public Shared Function GetDataConnections( _
       ByVal datasets As IEnumerable(Of Dataset) _
    ) As IReadOnlyList(Of CIMDataConnection)

    Parameters

    datasets
    The enumeration of datasets to get the CIMDataConnections for.

    Return Value

    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also