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
>
ProError
ProDisplist2dDelete
(
int
id
/* (In)
The identifier of the display list to delete
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully deleted the display list.
PRO_TK_E_NOT_FOUND
The function could not find a display list with the specified identifier.
Manual References:
Pro/DEVELOP to Creo Parametric TOOLKIT Function Mapping: Equivalent Pro/DEVELOP Functions
User Interface: Basic Graphics: Display Lists
Sample Code References:
pt_examples ( TestDisplist.c )
pt_examples ( UtilTree.c )