ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Core Namespace / FrameworkExtender Class / GetLinkChartMaps Method
The knowledge graph service uri.

In This Topic
    GetLinkChartMaps Method
    In This Topic
    Gets the list of maps that are link charts that contain the specified knowledge graph service. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Shared Function GetLinkChartMaps( _
       ByVal paneCollection As PaneCollection, _
       ByVal kgServiceUri As String _
    ) As IReadOnlyList(Of Map)

    Parameters

    paneCollection
    kgServiceUri
    The knowledge graph service uri.

    Return Value

    A ReadOnlyList of Map
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    The Knowledge Graph service uri cannot be null or empty
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also