MapIcon.Location 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定MapControl上MapIcon的地理位置。 位置是MapControl上的地理位置,MapIcon的NormalizedAnchorPoint位於該位置。
public:
property Geopoint ^ Location { Geopoint ^ get(); void set(Geopoint ^ value); };
Geopoint Location();
void Location(Geopoint value);
public Geopoint Location { get; set; }
var geopoint = mapIcon.location;
mapIcon.location = geopoint;
Public Property Location As Geopoint
屬性值
MapControl上MapIcon的地理位置。
備註
如果您在 3D 檢視中提供 Alititude 和 AltitudeReferenceSystem,則新增至 MapControl 的 MapIcon 元素最後會放在空間中或浮動。