Category Animation, Object ProAnimMovie

Function ProAnimmovieDelete


Description
Deletes the specified animation movie.
Synopsis
#include <ProAnimate.h>
ProErrorProAnimmovieDelete(
ProAnimMovie anim_movie
/* (In)
The handle to the animation movie to be deleted
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully deleted the animation movie.

Manual References:

  1. User Interface: Animation: Batch Animation
  2. User Interface: Animation: Batch Animation

Sample Code References:

  1. pt_examples ( TestAnimation.c )
  2. pt_examples ( TestCollect.c )