Skip to content

Properties_T_Rhino_Geometry_Interpolator

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Interpolator Properties

The Interpolator type exposes the following members.

Properties

 

Name Description
Public property Capacity Gets or sets the total number of elements the internal data structure can hold without resizing. (Inherited from RhinoList(T).)
Public property Count Gets the number of elements actually contained in the List. (Inherited from RhinoList(T).)
Public property Cyclical Gets or sets a value indicating whether or not the values inside this Interpolator are to be treated as cyclical (i.e. circular).
Public property First Gets or sets the first item in the list. This is synonymous to calling List[0]. (Inherited from RhinoList(T).)
Public property Item Gets or sets the element at the specified index. (Inherited from RhinoList(T).)
Public property Last Gets or sets the last item in the list. This is synonymous to calling List[Count-1]. (Inherited from RhinoList(T).)
Public property 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 RhinoList(T).)
  Back to Top

See Also

Reference

Interpolator Class
Rhino.Geometry Namespace

Clone this wiki locally