次の方法で共有


GeographyPosition.Longitude プロパティ

位置の経度部分を取得します。

名前空間:  System.Spatial
アセンブリ:  System.Spatial (System.Spatial.dll)

構文

'宣言
Public ReadOnly Property Longitude As Double
    Get
'使用
Dim instance As GeographyPosition
Dim value As Double

value = instance.Longitude
public double Longitude { get; }
public:
property double Longitude {
    double get ();
}
member Longitude : float
function get Longitude () : double

プロパティ値

型: System.Double
位置の経度部分。

関連項目

参照

GeographyPosition クラス

System.Spatial 名前空間