ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.KnowledgeGraph Namespace / KnowledgeGraphInvestigationView Class


In This Topic
    KnowledgeGraphInvestigationView Class Methods
    In This Topic

    For a list of all members of this type, see KnowledgeGraphInvestigationView members.

    Public Methods
     NameDescription
    Public Method Clear the selection. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Clears the selection from the TOC.  
    Public Method Gets the set of search options for the Knowledge Graph investigation view.  
    Public Method Gets the collection of entity types selected in the TOC.  
    Public Method Gets the selected records. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the collection of relationship types selected in the TOC.  
    Public Method Selects entity types in the TOC.  
    Public Method Selects entity and relationship types in the TOC.  
    Public Method Selects relationship types in the TOC.  
    Public Method Sets the search options for the Knowledge Graph investigation view.  
    Public Method Sets the selected records. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Performs an openCypher query on the knowledge graph. The investigation view is placed in Query Mode.  
    Public MethodPerforms a text search on the knowledge graph. The investigation view is placed in Search Mode and uses the current search scope and filters. To customize the search scope and filters use SetSearchOptions prior to submitting the search.  
    Top
    See Also