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