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