ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.KnowledgeGraph Namespace / KnowledgeGraphInvestigationView Class / SubmitSearch Method
The search text. Cannot be empty or null.

In This Topic
    SubmitSearch Method (KnowledgeGraphInvestigationView)
    In This Topic
    Performs 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.
    Syntax
    public void SubmitSearch( 
       string searchText
    )
    Public Sub SubmitSearch( _
       ByVal searchText As String _
    ) 

    Parameters

    searchText
    The search text. Cannot be empty or null.
    Exceptions
    ExceptionDescription
    Search text cannot be null or empty.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also