MapElement3D.Heading 屬性

定義

取得或設定 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 度值。

適用於