Condividi tramite


MapElement3D.Location Proprietà

Definizione

Ottiene o imposta la posizione geografica di MapElement3D in 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

Valore della proprietà

Posizione geografica di MapElement3D in MapControl.

Si applica a