MapElementClickEventArgs.MapElements Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.