MapControl.Layers プロパティ

定義

MapControlの子であるマップ レイヤー オブジェクトのコレクションを取得します。

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

void Layers(IVector<MapLayer> value);
public IList<MapLayer> Layers { get; set; }
var iVector = mapControl.layers;
mapControl.layers = iVector;
Public Property Layers As IList(Of MapLayer)

プロパティ値

MapControlの子であるマップ レイヤー オブジェクトのコレクション。 既定値は空のコレクションです。

注釈

各レイヤーには、マップの上にレンダリングされた MapElement オブジェクトが含まれています。 コレクション内の最初のレイヤーは、マップにレンダリングされる最下位レイヤーです。

適用対象