ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Core.Data.Knowledge Namespace / KnowledgeGraph Class / TransformToObjectIDs Method / TransformToObjectIDs<ListType>(Dictionary<String,ListType>) Method
The set of IDs by type

In This Topic
    TransformToObjectIDs<ListType>(Dictionary<String,ListType>) Method
    In This Topic
    Translates a set of IDs by type for a Knowledge Graph type into objectIDs. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax

    Parameters

    dict
    The set of IDs by type

    Type Parameters

    ListType

    Return Value

    The set of objectIDs by type
    Exceptions
    ExceptionDescription
    typeName cannot be empty or null.
    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.6 or higher.
    See Also