次の方法で共有


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