Timeline.CalcFrames Method
Animation Studio Reference

Timeline.CalcFrames Method 

Call this method to update the calculated frames after any change to the KeyFrame properties. If AutoCalc is set to true, this method is called automatically after each KeyFrame manipulation.

[Visual Basic]
Public Function CalcFrames() As Integer
[C#]
public int CalcFrames();

Return Value

The new number of all Frames (exclusive KeyFrames) in the Timeline.

See Also

Timeline Class | AnimationStudio Namespace