GeometryPosition.X Property
Gets the X portion of position.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public ReadOnly Property X As Double
Get
'Usage
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
Property Value
Type: System.Double
The X portion of position.