[Missing <summary> documentation for "P:Lucene.Net.Spatial.Tier.Shape.Area"]

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

Syntax

C#
public List<double> Area { get; private set; }
Visual Basic
Public Property Area As List(Of Double)
	Get
	Private Set
Visual C++
public:
property List<double>^ Area {
	List<double>^ get ();
	private: void set (List<double>^ value);
}

See Also