Timeline.Insert Method
Animation Studio Reference

Timeline.Insert Method 

Insert a KeyFrame at index nIndex.

[Visual Basic]
Public Sub Insert( _
   ByVal nIndex As Integer, _
   ByVal KeyFrame As KeyFrame _
)
[C#]
public void Insert(
   int nIndex,
   KeyFrame KeyFrame
);

Parameters

nIndex
KeyFrame

Remarks

Note: Call CalcFrames after inserting KeyFrames, to update all Frames in the Timeline.

See Also

Timeline Class | AnimationStudio Namespace