TimelineGroup.index Property
Parent Object: TimelineGroupDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/TimelineGroup.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
"timelineGroup_var" is a variable referencing a TimelineGroup object. |
