MapElementsLayerClickEventArgs.MapElements Property

Definition

Gets a list of map elements that correspond to where the MapElementsLayer received user input.

public:
 property IVector<MapElement ^> ^ MapElements { IVector<MapElement ^> ^ get(); };
IVector<MapElement> MapElements();
public IList<MapElement> MapElements { get; }
var iVector = mapElementsLayerClickEventArgs.mapElements;
Public ReadOnly Property MapElements As IList(Of MapElement)

Property Value

A list of map elements that correspond to where the MapElementsLayer received user input.

Applies to