Gets or sets the capacity of the convex list.

Namespace: Spherical
Assembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)

Syntax

C#
public int Capacity { get; set; }
Visual C++
public:
property int Capacity {
	int get ();
	void set (int value);
}
F#
member Capacity : int with get, set

See Also