共用方式為


MapIcon.Location 屬性

定義

取得或設定MapControlMapIcon的地理位置。 位置是MapControl上的地理位置,MapIconNormalizedAnchorPoint位於該位置。

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

屬性值

MapControlMapIcon的地理位置。

備註

如果您在 3D 檢視中提供 Alititude 和 AltitudeReferenceSystem,則新增至 MapControl 的 MapIcon 元素最後會放在空間中或浮動。

適用於

另請參閱