MapElementClickEventArgs.MapElements Property

Definition

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

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

Property Value

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

Applies to