public static Element FindElement( GraphicsLayer graphicsLayer, string elementName )
Public Shared Function FindElement( _ ByVal graphicsLayer As GraphicsLayer, _ ByVal elementName As String _ ) As Element
Parameters
- graphicsLayer
- The graphics layer being extended
- elementName
- The name of the element to find. Cannot be null
Return Value
The ArcGIS.Desktop.Layouts.Element or null if it is not found