MapElement3D.Heading 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 3D 地圖元素的方向標題,其中 0 或 360 = North、90 = East、180 = South 和 270 = West。
public:
property double Heading { double get(); void set(double value); };
double Heading();
void Heading(double value);
public double Heading { get; set; }
var double = mapElement3D.heading;
mapElement3D.heading = double;
Public Property Heading As Double
屬性值
Double
double
以度為單位的地圖方向標題,其中 0 或 360 = North、90 = East、180 = South 和 270 = West。 預設值為 0。
備註
大於 360 度的標題值會正規化為相等的 0-360 度值。