SplineItems
The spline items collection.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the SplineItem.
SplineItem item( Mixed index )
Returns the SplineItem with the specified index or name.
Parameters
SplineItem itemByName( String name )
Returns the SplineItem with the specified name.
Parameters
SplineItem itemByID( Number id )
Returns the SplineItem with the specified ID.
Parameters
SplineItem itemByRange( Mixed from, Mixed to )
Returns the SplineItems within the specified range.
Parameters
SplineItem firstItem()
Returns the first SplineItem in the collection.
SplineItem lastItem()
Returns the last SplineItem in the collection.
SplineItem middleItem()
Returns the middle SplineItem in the collection.
SplineItem previousItem( SplineItem obj )
Returns the SplineItem with the index previous to the specified index.
Parameters
SplineItem nextItem( SplineItem obj )
Returns the SplineItem whose index follows the specified SplineItem in the collection.
Parameters
SplineItem anyItem()
Returns any SplineItem in the collection.
SplineItem everyItem()
Returns every SplineItem in the collection.
String toSource()
Generates a string which, if executed, will return the SplineItem.
SplineItem []( Number index )
Returns the SplineItem with the specified index.