ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / SymbolSearcherControl Class / SearchFilterType Property

In This Topic
    SearchFilterType Property
    In This Topic
    Gets and sets the ArcGIS.Desktop.Mapping.StyleItemType as a filter to be applied to the SymbolSearcherControl's next search.
    Syntax
    public StyleItemType SearchFilterType {get; set;}
    Public Property SearchFilterType As StyleItemType
    Remarks
    The style item type controls what type of symbology is searched within the given SearchFilterStyle
    If no StyleItemType is provided ArcGIS.Desktop.Mapping.StyleItemType.PointSymbol is assumed.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also