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

プロパティ値

高度 (メートル単位)。

注釈

高度は海抜に対して指定されます。

適用対象