Bagikan melalui


MapElementsLayer.MapElements Properti

Definisi

Mendapatkan atau mengatur kumpulan objek elemen peta yang merupakan anak dari lapisan peta ini.

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)

Nilai Properti

Kumpulan objek elemen peta yang merupakan turunan dari lapisan peta ini. Defaultnya adalah koleksi kosong.

Berlaku untuk