Category Graphics and model display, Object ProDisplist2d

Function ProDisplist2dDelete


Description
Deletes the specified display list.
Replacement in Object TOOLKIT: pfcDisplayList2D::Delete
Synopsis
#include <ProDisplist.h>
ProErrorProDisplist2dDelete(
int id
/* (In)
The identifier of the display list to delete
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully deleted the display list.
PRO_TK_E_NOT_FOUNDThe function could not find a display list with the specified identifier.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. User Interface: Basic Graphics: Display Lists

Sample Code References:

  1. pt_examples ( TestDisplist.c )
  2. pt_examples ( UtilTree.c )