MapElement3D.Location Propriedade

Definição

Obtém ou define a localização geográfica do MapElement3D no 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 da propriedade

A localização geográfica do MapElement3D no MapControl.

Aplica-se a