public static IList<LabelPlacementStyleItem> SearchLabelPlacements( StyleProjectItem styleProjectItem, StyleItemType type, string searchString )
Public Shared Function SearchLabelPlacements( _ ByVal styleProjectItem As StyleProjectItem, _ ByVal type As StyleItemType, _ ByVal searchString As String _ ) As IList(Of LabelPlacementStyleItem)
Parameters
- styleProjectItem
- The StyleProjectItem to search.
- type
- The StyleItemType to search for. Search for maplex or standard label placement.
- searchString
- The search term.
Return Value
A collection of LabelPlacementStyleItem.