public static IList<Element> FindElements( GraphicsLayer graphicsLayer, IEnumerable<string> elementNames )
Public Shared Function FindElements( _ ByVal graphicsLayer As GraphicsLayer, _ ByVal elementNames As IEnumerable(Of String) _ ) As IList(Of Element)
Parameters
- graphicsLayer
- The graphics layer being extended
- elementNames
- The names of the elements to find. Cannot be null
Return Value
A IList or an empty list if no elements are found