hwIAnimator SetStartFrame

Sets the start frame of the animator.

Syntax

animator_handle SetStartFrame frame_idx

Application

HyperView Tcl Modify

Description

This command sets the start frame for the animation. This is commonly used when the animation mode is modal.

Inputs

frame_idx
Frame index is 0 based.

Example

To set the start frame of animator to "2":
hwi OpenStack
hwi GetSessionHandle session_handle
session_handle GetProjectHandle project_handle
project_handle GetPageHandle page_handle [project_handle GetActivePage]
page_handle GetAnimatorHandle animator_handle 
animator_handle SetStartFrame 2;
hwi CloseStack

Error

Returns (0) if successful.