GeometryPoint.Y 属性

获取或设置经度。

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

语法

声明
Public MustOverride ReadOnly Property Y As Double
    Get
用法
Dim instance As GeometryPoint
Dim value As Double

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

属性值

类型:System.Double
经度。

请参阅

参考

GeometryPoint 类

System.Spatial 命名空间