ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.Knowledge Namespace / KnowledgeGraphIDSet Class / ToOIDDictionary Method

In This Topic
    ToOIDDictionary Method (KnowledgeGraphIDSet)
    In This Topic
    Creates the dictionary of named object types and their corresponding objectIDs.
    Syntax
    Public Function ToOIDDictionary() As Dictionary(Of String,List(Of Long))
    public Dictionary<string,List<long>> ToOIDDictionary()

    Return Value

    Dictionary of named object types and their corresponding objectIDs.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.6 or higher.
    See Also