GeographyPoint.Longitude 属性

获取经度。

命名空间:  System.Spatial
程序集:  System.Spatial(在 System.Spatial.dll 中)

语法

声明
Public MustOverride ReadOnly Property Longitude As Double
    Get
用法
Dim instance As GeographyPoint
Dim value As Double

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

属性值

类型:System.Double
经度。

请参阅

参考

GeographyPoint 类

System.Spatial 命名空间