Compartir a través de


MapElement3D.Location Propiedad

Definición

Obtiene o establece la ubicación geográfica de MapElement3D en 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

Valor de propiedad

Ubicación geográfica de MapElement3D en MapControl.

Se aplica a