Category Animation, Object ProAnimMovie

Function ProAnimmovieSpinflagSet


Description
To set spin flag for a batch animation process. When the animation includes view modifications, the flag should be set false, otherwise true.
Synopsis
#include <ProAnimate.h>
ProErrorProAnimmovieSpinflagSet(
ProAnimMovie animMovie
/* (In)
Handle to the animation movie.
*/
ProBoolean spinFlag
/* (In)
Flag for allowing spin.
*/
)
Returns
PRO_TK_NO_ERRORFlag setting successful.
PRO_TK_GENERAL_ERRORThere was an error setting the flag.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. User Interface: Animation: Batch Animation

Sample Code References:

  1. pt_examples ( TestAnimation.c )