Gets the Y position of this point.

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

Syntax

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

Field Value

The Y position of this point.

See Also