TimingLists
A collection of timing lists.
Go to Property Listing | Method Listing
Methods:
[], add, anyItem, count, everyItem, firstItem, item, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
TimingList [] (index:Number)
Returns the TimingList with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
TimingList add (triggerEvent:DynamicTriggerEvents, withProperties:Object)
Adds a new event-triggered timing list object.
Parameter |
Type |
Description |
---|---|---|
triggerEvent |
Trigger Event |
|
withProperties |
Initial values for properties of the new TimingList (Optional) |
TimingList anyItem ()
Returns any TimingList in the collection.
Number count ()
Displays the number of elements in the TimingList.
TimingList everyItem ()
Returns every TimingList in the collection.
TimingList firstItem ()
Returns the first TimingList in the collection.
TimingList item (index:Varies LongInteger String)
Returns the TimingList with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
TimingList itemByRange (from:Varies LongInteger TimingList String, to:Varies LongInteger TimingList String)
Returns the TimingLists within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The TimingList, index, or name at the beginning of the range. Can accept: TimingList, Long Integer or String. |
to |
LongInteger |
The TimingList, index, or name at the end of the range. Can accept: TimingList, Long Integer or String. |
TimingList lastItem ()
Returns the last TimingList in the collection.
TimingList middleItem ()
Returns the middle TimingList in the collection.
TimingList nextItem (obj:TimingList)
Returns the TimingList whose index follows the specified TimingList in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The TimingList whose index comes before the desired TimingList. |
TimingList previousItem (obj:TimingList)
Returns the TimingList with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the TimingList that follows the desired TimingList. |
String toSource ()
Generates a string which, if executed, will return the TimingList.
Object of
TimingSetting.timingLists