ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.KnowledgeGraph Namespace / SearchOptions Class / Filters Property

In This Topic
    Filters Property (SearchOptions)
    In This Topic
    Gets the set of named object types to be used as a search filter. Null means all types are to be searched. This is ignored if the SearchMode is InvestigationSearchMode.Query.
    Syntax
    public List<string> Filters {get; set;}
    Public Property Filters As List(Of String)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also