| CurveList Properties | 
The CurveList type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Capacity | 
            Gets or sets the total number of elements the internal data structure can hold without resizing.
            (Inherited from RhinoListT.) | 
|  | Count | 
            Gets the number of elements actually contained in the List.
            (Inherited from RhinoListT.) | 
|  | First | 
            Gets or sets the first item in the list. This is synonymous to calling List[0].
            (Inherited from RhinoListT.) | 
|  | Item | 
            Gets or sets the element at the specified index.
            (Inherited from RhinoListT.) | 
|  | Last | 
            Gets or sets the last item in the list. This is synonymous to calling List[Count-1].
            (Inherited from RhinoListT.) | 
|  | NullCount | 
            Gets the number of null references (Nothing in Visual Basic) in this list. 
            If T is a ValueType, this property always return zero.
            (Inherited from RhinoListT.) | 
 See Also
See Also