Category Animation, Object ProAnimObj

Function ProAnimobjectDelete


Description
Deletes the specified animation object.
Synopsis
#include <ProAnimate.h>
ProErrorProAnimobjectDelete(
ProAnimObj anim_obj
/* (In)
The handle to the animation object to be deleted
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully deleted the object.

Manual References:

  1. User Interface: Animation: Animation Objects

Sample Code References:

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