Overload | Description |
---|---|
FromDictionary(Uri,Dictionary<String,List<Int64>>) | Creates a KnowledgeGraphLayerIDSet object from a dictionary of records. This method must be called on the MCT. Use QueuedTask.Run. |
FromDictionary(KnowledgeGraph,Dictionary<String,List<Int64>>) | Creates a KnowledgeGraphLayerIDSet object from a dictionary of records. This method must be called on the MCT. Use QueuedTask.Run. |
FromDictionary(Uri,Dictionary<String,List<Object>>) | Creates a KnowledgeGraphLayerIDSet object from a dictionary of records. This method must be called on the MCT. Use QueuedTask.Run. |
FromDictionary(KnowledgeGraph,Dictionary<String,List<Object>>) | Creates a KnowledgeGraphLayerIDSet object from a dictionary of records. This method must be called on the MCT. Use QueuedTask.Run. |