Timeline.item Method
Parent Object:
TimelineDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/Timeline.h>
Description
Function that returns the specified item in the timeline using an index into the collection. The items are returned in the order they appear in the timeline.
Syntax
"timeline_var" is a variable referencing a Timeline object.returnValue = timeline_var.item(index)
|
"timeline_var" is a variable referencing a Timeline object.
#include <Fusion/Fusion/Timeline.h>
returnValue = timeline_var->item(index);
|
Return Value
TimelineObject |
Returns the specified item or null if an invalid index was specified. |
Parameters
index |
uinteger |
The index of the item within the collection to return. The first item in the collection has an index of 0. |
Samples
Version
Introduced in version August 2014