GeoCoordinate.Altitude プロパティ

定義

GeoCoordinate のメートル単位の高度を取得します。

public:
 property double Altitude { double get(); void set(double value); };
public double Altitude { get; set; }
member this.Altitude : double with get, set
Public Property Altitude As Double

プロパティ値

メートル単位の高度。

注釈

標高は海面に対して相対的に与えられています。

適用対象