Click or drag to resize

CurveList Constructor (Int32)

Initializes a new empty list of curves with a predefined capacity.

This is the amount of items the list will accept before resizing.

Namespace:  Rhino.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public CurveList(
	int initialCapacity
)

Parameters

initialCapacity
Type: SystemInt32

[Missing <param name="initialCapacity"/> documentation for "M:Rhino.Collections.CurveList.#ctor(System.Int32)"]

See Also