次の方法で共有


MapElement3D.Location プロパティ

定義

MapControl 上の MapElement3D の地理的な場所を取得または設定します。 .

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

プロパティ値

MapControl 上の MapElement3D の地理的な場所。

適用対象