ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.KnowledgeGraph Namespace / KnowledgeGraphInvestigation Class
Properties Methods


In This Topic
    KnowledgeGraphInvestigation Class Members
    In This Topic

    The following tables list the members exposed by KnowledgeGraphInvestigation.

    Public Properties
     NameDescription
    Public PropertyGets the ArcGIS.Core.CIM.CIMWorkspaceConnection of the investigation.  
    Public Property Gets the graph name of the investigation.  
    Public Property Gets the name of the investigation.  
    Public Property Gets the OperationManager.  
    Public Property Gets the service uri of the investigation.  
    Public Property Gets the investigation CIM path.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a ArcGIS.Core.CIM.CIMFilteredFindPathsConfiguration to this investigation. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodAdds a ArcGIS.Core.CIM.CIMKnowledgeGraphQueryDefinition to this investigation. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodDeletes the ArcGIS.Core.CIM.CIMFilteredFindPathsConfiguration with the specified name from this investigation. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodDeletes the ArcGIS.Core.CIM.CIMKnowledgeGraphQueryDefinition with the specified name from this investigation. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodExports the specified ArcGIS.Core.CIM.CIMFilteredFindPathsConfiguration to the file path. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets all the ArcGIS.Core.CIM.CIMFilteredFindPathsConfigurations for this investigation. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets all the ArcGIS.Core.CIM.CIMKnowledgeGraphQueryDefinitions for this investigation. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the ArcGIS.Core.CIM.CIMFilteredFindPathsConfiguration with the specified name. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Get the collection of investigation panes for the investigation.  
    Public MethodGets the ArcGIS.Core.CIM.CIMKnowledgeGraphQueryDefinition with the specified name. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Import a filtered find paths configuration from a filtered find paths configuration file (*.ffpcfg) and add it to the investigation.  
    Public Method Open a new view for this investigation.  
    Public MethodRenames the ArcGIS.Core.CIM.CIMFilteredFindPathsConfiguration with the specified name. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodRenames the ArcGIS.Core.CIM.CIMKnowledgeGraphQueryDefinition with the specified name. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the investigation name. It is important that all investigations have a unique name so they can be easily referenced. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodUpdates the specified ArcGIS.Core.CIM.CIMFilteredFindPathsConfiguration. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodOverloaded.   
    Top
    See Also