GeometryPosition.X プロパティ

位置の X 部分を取得します。

名前空間:  System.Spatial
アセンブリ:  System.Spatial (System.Spatial.dll)

構文

'宣言
Public ReadOnly Property X As Double
    Get
'使用
Dim instance As GeometryPosition
Dim value As Double

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

プロパティ値

型: System.Double
位置の X 部分。

関連項目

参照

GeometryPosition クラス

System.Spatial 名前空間