経度を取得します。
名前空間: 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
経度。