ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / StyleHelper Class / SearchLegendPatches Method
The StyleProjectItem to search.
The StyleItemType to search for StyleItemType.AreaLegendPatch or StyleItemType.LineLegendPatch
The search term.

In This Topic
    SearchLegendPatches Method
    In This Topic
    Returns a collection of line or area legend patch style items that satisfy the search criteria. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax

    Parameters

    styleProjectItem
    The StyleProjectItem to search.
    itemType
    The StyleItemType to search for StyleItemType.AreaLegendPatch or StyleItemType.LineLegendPatch
    searchString
    The search term.

    Return Value

    A collection of LegendPatchStyleItem.
    Exceptions
    ExceptionDescription
    This method must be called within the lambda passed to QueuedTask.Run
    Parameter itemType must be of type StyleItemType.AreaLegendPatch or StyleItemType.LineLegendPatch.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also