ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.KnowledgeGraph Namespace / KnowledgeGraphInvestigationView Class
Properties Methods


In This Topic
    KnowledgeGraphInvestigationView Class Members
    In This Topic

    The following tables list the members exposed by KnowledgeGraphInvestigationView.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic) Gets the active Knowledge Graph investigation view.  
    Public Property Gets the Knowledge Graph investigation associated with the investigation view.  
    Public PropertyGets a value that indicates whether the KnowledgeGraphInvestigationView can be accessed. This property is false while the investigation view processes major operations like initializing.  
    Top
    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