Object ProDisp

Function ProDispObjectDelete


Description
Delete a display object. Object must be detached before it is deleted.
Synopsis
#include <ProDispObject.h>
ProErrorProDispObjectDelete(
ProDispObject* obj
/* (In)
ProDisplayObject which will be deleted
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_GENERAL_ERROROne or more input arguments was invalid.

Manual References:

  1. User Interface: Basic Graphics: Creating 3D Shaded Data for Rendering
  2. User Interface: Basic Graphics: Creating 3D Shaded Data for Rendering

Sample Code References:

  1. pt_examples ( TestDispObject.c )
  2. pt_examples ( TestDispObject.c )