다음을 통해 공유


MapElementsLayer.MapElements 속성

정의

이 지도 계층의 자식인 map 요소 개체의 컬렉션을 가져오거나 설정합니다.

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)

속성 값

이 지도 계층의 자식인 map 요소 개체의 컬렉션입니다. 기본값은 빈 컬렉션입니다.

적용 대상