MapElement3D.Location Свойство

Определение

Возвращает или задает географическое расположение MapElement3D в 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

Значение свойства

Географическое расположение MapElement3D в MapControl.

Применяется к