次の方法で共有


GeographyPoint.Longitude プロパティ

経度を取得します。

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

構文

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

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

プロパティ値

型: System.Double
経度。

関連項目

参照

GeographyPoint クラス

System.Spatial 名前空間