GeographyPosition.Latitude 属性

获取位置的纬度部分。

命名空间:  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
位置的纬度部分。

请参阅

参考

GeographyPosition 类

System.Spatial 命名空间