取得經度。
命名空間: 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
經度。