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
>
ProError
ProImportfeatIdArrayFree
(
ProImportfeatIdMap
*
p_id_map_arr
/* (In)
The array of maps between the
item_id
and
user_id
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully freed the array of maps.
Manual References:
Interface: Importing Features: Import Feature Properties
Interface: Importing Features: Import Feature Properties
Sample Code References:
pt_examples ( TestImportfeat.c )