Поделиться через


MapElementsLayerContextRequestedEventArgs.MapElements Свойство

Определение

Возвращает коллекцию объектов MapElement в точке на слое карты, заданной свойством Location .

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)

Значение свойства

Коллекция объектов MapElement в точке на слое карты, заданной свойством Location .

Применяется к