GeographyPosition.Longitude 属性

获取位置的经度部分。

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

语法

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

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

属性值

类型:System.Double
位置的经度部分。

请参阅

参考

GeographyPosition 类

System.Spatial 命名空间