ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.KnowledgeGraph Namespace / KnowledgeGraphInvestigationView Class / SetSearchOptions Method
The set of search options.

In This Topic
    SetSearchOptions Method
    In This Topic
    Sets the search options for the Knowledge Graph investigation view.
    Syntax
    public void SetSearchOptions( 
       SearchOptions searchOptions
    )
    Public Sub SetSearchOptions( _
       ByVal searchOptions As SearchOptions _
    ) 

    Parameters

    searchOptions
    The set of search options.
    Exceptions
    ExceptionDescription
    searchOptions cannot be null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also