Category Creating import and custom geometry, Object ProIntf

Function ProIntfDataFree


Description
Frees the memory used by the interface data.
Synopsis
#include <ProIntfData.h>
ProErrorProIntfDataFree(
ProIntfData* p_intfdata
/* (In)
The interface data
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully freed the memory.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Interface: Importing Features: Creating Features from the Interface Data

Sample Code References:

  1. pt_examples ( TestImportfeat.c )
  2. pt_examples ( TestImportfeat.c )
  3. pt_examples ( TestImportfeat.c )