共用方式為


MapBillboard.Location 屬性

定義

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

public:
 property Geopoint ^ Location { Geopoint ^ get(); void set(Geopoint ^ value); };
Geopoint Location();

void Location(Geopoint value);
public Geopoint Location { get; set; }
var geopoint = mapBillboard.location;
mapBillboard.location = geopoint;
Public Property Location As Geopoint

屬性值

MapControlMapBillboard的地理位置。

備註

如果您在 3D 檢視中提供高度和高度參考系統,則會將 MapBillboard 元素新增至 MapControl 最後放置於空間或浮動空間中。

適用於