Bagikan melalui


MapElement3D.Location Properti

Definisi

Mendapatkan atau mengatur lokasi geografis MapElement3D di MapControl. .

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

Nilai Properti

Lokasi geografis MapElement3D di MapControl.

Berlaku untuk