共用方式為


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的地理位置。

適用於