Represents a list of curves.

Namespace: Rhino.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.5 (5.0.20693.0)

Syntax

C#
public class CurveList : RhinoList<Curve>
Visual Basic
Public Class CurveList _
	Inherits RhinoList(Of Curve)

Inheritance Hierarchy

System..::..Object
  Rhino.Collections..::..RhinoList<(Of <(<'Curve>)>)>
    Rhino.Collections..::..CurveList

See Also