次の方法で共有


Location.Altitude プロパティ

定義

で指定された AltitudeReferenceSystem参照システムの高度をメートル単位で取得します (使用可能な場合)。

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

プロパティ値

場所の高度 (使用可能な場合)。

注釈

0 を返すか null 、使用できない場合は を返します。

適用対象