MapElement3D.Location 属性

定义

获取或设置 MapControlMapElement3D 的地理位置。 .

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

属性值

MapControlMapElement3D 的地理位置。

适用于