다음을 통해 공유


MapElement3D.Location 속성

정의

MapControl에서 MapElement3D의 지리적 위치를 가져오거나 설정합니다. .

public:
 property Geopoint ^ Location { Geopoint ^ get(); void set(Geopoint ^ value); };
Geopoint Location();

void Location(Geopoint value);
public Geopoint Location { get; set; }
var geopoint = mapElement3D.location;
mapElement3D.location = geopoint;
Public Property Location As Geopoint

속성 값

MapControl에 있는 MapElement3D의 지리적 위치입니다.

적용 대상