public static IList<SymbolStyleItem> SearchSymbols( StyleProjectItem styleProjectItem, StyleItemType type, string searchString )
Public Shared Function SearchSymbols( _ ByVal styleProjectItem As StyleProjectItem, _ ByVal type As StyleItemType, _ ByVal searchString As String _ ) As IList(Of SymbolStyleItem)
Parameters
- styleProjectItem
- The StyleProjectItem to search.
- type
- The StyleItemType to search for. Search for point, line, polygon or text symbols.
- searchString
- The search term.
Return Value
A collection of SymbolStyleItem.