MapElement3D.Location Propriété

Définition

Obtient ou définit l’emplacement géographique de MapElement3D sur 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

Valeur de propriété

Emplacement géographique de MapElement3D sur mapControl.

S’applique à