[Missing <summary> documentation for "P:Lucene.Net.Spatial.Geometry.CartesianPoint.Y"]

Namespace: Lucene.Net.Spatial.Geometry
Assembly: Lucene.Net.Contrib.Spatial (in Lucene.Net.Contrib.Spatial.dll) Version: 2.9.1.2 (2.9.1.002)

Syntax

C#
public int Y { get; set; }
Visual Basic
Public Property Y As Integer
	Get
	Set
Visual C++
public:
property int Y {
	int get ();
	void set (int value);
}

See Also