ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Core.Data.Knowledge Namespace / KnowledgeGraphIDSet Class / FromDictionary Method / FromDictionary(KnowledgeGraph,Dictionary<String,List<Int64>>) Method
A knowledge graph datastore.
The collection of named types and their corresponding objectIDs.

In This Topic
    FromDictionary(KnowledgeGraph,Dictionary<String,List<Int64>>) Method
    In This Topic
    Creates a KnowledgeGraphIDSet object from a dictionary of records. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax

    Parameters

    knowledgeGraph
    A knowledge graph datastore.
    dict
    The collection of named types and their corresponding objectIDs.

    Return Value

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

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also