Timeline.Item Property
Animation Studio Reference

Timeline.Item Property

The indexer of the Timeline. Inserts or gets a KeyFrame.

[Visual Basic]
Public Default Property Item( _
   ByVal nIndex As Integer _
) As KeyFrame
[C#]
public KeyFrame this[
   int nIndex
] {get; set;}

Remarks

Note: Call CalcFrames after KeyFrame inserts, to update all Frames in the Timeline.

See Also

Timeline Class | AnimationStudio Namespace