ArcGIS Pro 3.7 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 Sub SetSearchOptions( _
       ByVal searchOptions As SearchOptions _
    ) 
    public void SetSearchOptions( 
       SearchOptions searchOptions
    )

    Parameters

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

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

    ArcGIS Pro version: 3.5 or higher.
    See Also