MapElementsLayer.MapElements Свойство

Определение

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

public:
 property IVector<MapElement ^> ^ MapElements { IVector<MapElement ^> ^ get(); void set(IVector<MapElement ^> ^ value); };
IVector<MapElement> MapElements();

void MapElements(IVector<MapElement> value);
public IList<MapElement> MapElements { get; set; }
var iVector = mapElementsLayer.mapElements;
mapElementsLayer.mapElements = iVector;
Public Property MapElements As IList(Of MapElement)

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

Коллекция объектов MapElement , которые являются дочерними элементами Объекта MapElementsLayer.

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