MapElementsLayer.MapElements 属性

定义

获取或设置地图元素对象的集合,这些对象是此地图层的子级。

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)

属性值

地图元素对象的集合,这些对象是此地图层的子级。 默认值为空集合。

适用于