Overload | Description |
---|---|
CreateLinkChart(String,Uri,KnowledgeGraphLayerIDSet) | Creates a link chart map (a map of type MapType.LinkChart) with a specified knowledge graph service. This method must be called on the MCT. Use QueuedTask.Run. |
CreateLinkChart(String,Uri,KnowledgeGraphLayerIDSet,String) | Creates a link chart map (a map of type MapType.LinkChart) with a specified knowledge graph service. This method must be called on the MCT. Use QueuedTask.Run. |
CreateLinkChart(String,KnowledgeGraph,KnowledgeGraphLayerIDSet) | Creates a link chart map (a map of type MapType.LinkChart) with a specified knowledge graph datastore. This method must be called on the MCT. Use QueuedTask.Run. |
CreateLinkChart(String,KnowledgeGraph,KnowledgeGraphLayerIDSet,String) | Creates a link chart map (a map of type MapType.LinkChart) with a specified knowledge graph datastore. This method must be called on the MCT. Use QueuedTask.Run. |