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