取得位置的緯度部分。
命名空間: System.Spatial
組件: System.Spatial (在 System.Spatial.dll 中)
語法
'宣告
Public ReadOnly Property Latitude As Double
Get
'用途
Dim instance As GeographyPosition
Dim value As Double
value = instance.Latitude
public double Latitude { get; }
public:
property double Latitude {
double get ();
}
member Latitude : float
function get Latitude () : double
屬性值
型別:System.Double
位置的緯度部分。