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

    Parameters

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

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

    ArcGIS Pro version: 3.5 or higher.
    See Also