PathPoints
A collection of path points.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
PathPoint add( Object withProperties )
Creates a new PathPoint.
Parameters
Number count()
Displays the number of elements in the PathPoint.
PathPoint item( Mixed index )
Returns the PathPoint with the specified index or name.
Parameters
PathPoint itemByRange( Mixed from, Mixed to )
Returns the PathPoints within the specified range.
Parameters
PathPoint firstItem()
Returns the first PathPoint in the collection.
PathPoint lastItem()
Returns the last PathPoint in the collection.
PathPoint middleItem()
Returns the middle PathPoint in the collection.
PathPoint previousItem( PathPoint obj )
Returns the PathPoint with the index previous to the specified index.
Parameters
PathPoint nextItem( PathPoint obj )
Returns the PathPoint whose index follows the specified PathPoint in the collection.
Parameters
PathPoint anyItem()
Returns any PathPoint in the collection.
PathPoint everyItem()
Returns every PathPoint in the collection.
String toSource()
Generates a string which, if executed, will return the PathPoint.
PathPoint []( Number index )
Returns the PathPoint with the specified index.