ArcGIS Pro 3.7 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 Property SearchFilterType As StyleItemType
    public StyleItemType SearchFilterType {get; set;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also