Object
ProDisp
Function ProDispObjectDelete
Description
Delete a display object. Object must be detached before it is deleted.
Synopsis
#include <
ProDispObject.h
>
ProError
ProDispObjectDelete
(
ProDispObject
*
obj
/* (In)
ProDisplayObject which will be deleted
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_GENERAL_ERROR
One or more input arguments was invalid.
Manual References:
User Interface: Basic Graphics: Creating 3D Shaded Data for Rendering
User Interface: Basic Graphics: Creating 3D Shaded Data for Rendering
Sample Code References:
pt_examples ( TestDispObject.c )
pt_examples ( TestDispObject.c )