TimelineObject.index Property
Parent Object: TimelineObjectDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/TimelineObject.h>
Description
Returns the position of this item within the timeline where the first item has an index of 0.
This property can return -1 in the two cases where this object is not currently represented in the timeline. The two cases are:
1. When this is a TimelineGroup object and the group is expanded.
2. When this object is part of a group and the group is collapsed.
Syntax
"timelineObject_var" is a variable referencing a TimelineObject object.
|