ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.KnowledgeGraph Namespace / KnowledgeGraphInvestigationView Class / SubmitQuery Method

In This Topic
    SubmitQuery Method (KnowledgeGraphInvestigationView)
    In This Topic
    Performs an openCypher query on the knowledge graph. The investigation view is placed in Query Mode.
    Syntax
    public void SubmitQuery( 
       string queryText
    )
    Public Sub SubmitQuery( _
       ByVal queryText As String _
    ) 

    Parameters

    queryText
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also