共用方式為


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