Gets the X position of this point.

Namespace:  OSOpenSpace
Assembly:  OSOpenSpace (in OSOpenSpace.dll) Version: 1.0.0.1 (1.0.0.1)

Syntax

C#
public double X { get; }
Visual Basic (Declaration)
Public ReadOnly Property X As Double
Visual C++
public:
property double X {
	double get ();
}

Field Value

The X position of this point.

See Also