MapElementsLayer.MapElements Property

Definition

Gets the collection of MapElement objects that are children of the 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)

Property Value

The collection of MapElement objects that are children of the MapElementsLayer.

Applies to