Category
Animation
, Object
ProAnimMovie
Function ProAnimmovieDelete
Description
Deletes the specified animation movie.
Synopsis
#include <
ProAnimate.h
>
ProError
ProAnimmovieDelete
(
ProAnimMovie
anim_movie
/* (In)
The handle to the animation movie to be deleted
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully deleted the animation movie.
Manual References:
User Interface: Animation: Batch Animation
User Interface: Animation: Batch Animation
Sample Code References:
pt_examples ( TestAnimation.c )
pt_examples ( TestCollect.c )