Category Creating import and custom geometry, Object ProImportfeat

Function ProImportfeatIdArrayFree


Description
Frees the array of maps between the item_id and user_id.
Synopsis
#include <ProImportfeat.h>
ProErrorProImportfeatIdArrayFree(
ProImportfeatIdMap* p_id_map_arr
/* (In)
The array of maps between the item_id and user_id
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully freed the array of maps.

Manual References:

  1. Interface: Importing Features: Import Feature Properties
  2. Interface: Importing Features: Import Feature Properties

Sample Code References:

  1. pt_examples ( TestImportfeat.c )