ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.KnowledgeGraph Namespace / SearchOptions Class / SearchOptions Constructor / SearchOptions Constructor(InvestigationSearchMode)
The search mode.

In This Topic
    SearchOptions Constructor(InvestigationSearchMode)
    In This Topic
    Creates an instance of the SearchOptions for a specific search mode. Use this constructor if the SearchMode is InvestigationSearchMode.Search or InvestigationSearchMode.Query.
    Syntax
    public SearchOptions( 
       InvestigationSearchMode searchMode
    )
    Public Function New( _
       ByVal searchMode As InvestigationSearchMode _
    )

    Parameters

    searchMode
    The search mode.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also