Share via


MapElementsLayerContextRequestedEventArgs.MapElements Property

Definition

Gets a collection of MapElement objects at the point on the map layer specified by the Location property.

public:
 property IVectorView<MapElement ^> ^ MapElements { IVectorView<MapElement ^> ^ get(); };
IVectorView<MapElement> MapElements();
public IReadOnlyList<MapElement> MapElements { get; }
var iVectorView = mapElementsLayerContextRequestedEventArgs.mapElements;
Public ReadOnly Property MapElements As IReadOnlyList(Of MapElement)

Property Value

A collection of MapElement objects at the point on the map layer specified by the Location property.

Applies to