共用方式為


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 命名空間