ArcGIS Pro 3.7 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 Sub SubmitQuery( _
       ByVal queryText As String _
    ) 
    public void SubmitQuery( 
       string queryText
    )

    Parameters

    queryText
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.5 or higher.
    See Also