Freigeben über


MapElement3D.Location Eigenschaft

Definition

Ruft den geografischen Standort von MapElement3D in MapControl ab oder legt diese fest. .

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

Eigenschaftswert

Der geografische Standort des MapElement3D in MapControl.

Gilt für: