Documentation de l'API > Animation > Object ProAnimMovie > Function ProAnimmovieSpinflagSet
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>
ProAnimmovieSpinflagSet
(
ProAnimMovie animMovie
/* (In)
Handle to the animation movie.
*/
ProBoolean spinFlag
/* (In)
Flag for allowing spin.
*/
)
Returns
Flag setting successful.
There was an error setting the flag.
One or more input arguments was invalid.
Sample Code References
User Guide References
Est-ce que cela a été utile ?