Category Curve and edge geometry, Object ProCurvedata

Function ProCurvedataArrayFree


Description
Frees the memory used by the specified list of entities.
Replacement in Object TOOLKIT: wfcExternalObject::RemoveData
Synopsis
#include <ProExtobjDisp.h>
ProErrorProCurvedataArrayFree(
ProCurvedata** entities
/* (In)
The address to the list of entities
*/
int num_ents
/* (In)
The length of the list of entities
*/
)
Returns
PRO_TK_NO_ERRORThe memory was freed successfully.
PRO_TK_BAD_INPUTSOne or more of the arguments invalid.
PRO_TK_GENERAL_ERRORThe function could not free the memory.

Sample Code References:

  1. pt_examples ( TestExtobj.c )