public static IList<LegendPatchStyleItem> SearchLegendPatches( StyleProjectItem styleProjectItem, StyleItemType itemType, string searchString )
Public Shared Function SearchLegendPatches( _ ByVal styleProjectItem As StyleProjectItem, _ ByVal itemType As StyleItemType, _ ByVal searchString As String _ ) As IList(Of LegendPatchStyleItem)
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.