共用方式為


GeographyPoint.Latitude 屬性

取得緯度。

命名空間:  System.Spatial
組件:  System.Spatial (在 System.Spatial.dll 中)

語法

'宣告
Public MustOverride ReadOnly Property Latitude As Double
    Get
'用途
Dim instance As GeographyPoint
Dim value As Double

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

屬性值

型別:System.Double
緯度。

請參閱

參考

GeographyPoint 類別

System.Spatial 命名空間