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.
"timeline_var" is a variable referencing a Timeline object.
|
"timeline_var" is a variable referencing a Timeline object.
|
Type | Description |
TimelineObject | Returns the specified item or null if an invalid index was specified. |
Name | Type | Description |
index | uinteger | The index of the item within the collection to return. The first item in the collection has an index of 0. |
Name | Description |
Extrude Feature API Sample | Demonstrates creating a new extrude feature. |
Ruled Surface Feature API Sample | Demonstrates creating a new ruled surface feature. |