Category Creating import and custom geometry, Object ProImportfeat

Function ProImportfeatIdArrayMapGet


Description
Gets the map with the specified index from the array of maps between the item_id and user_id.
Synopsis
#include <ProImportfeat.h>
ProErrorProImportfeatIdArrayMapGet(
ProImportfeatIdMap* p_id_map_arr
/* (In)
The array of maps between the item_id and user_id
*/
int index
/* (In)
The index (from 0 to (number - 1) of the map in the array of maps
*/
ProImportfeatIdMap* p_id_map
/* (Out)
The map
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully found the map.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestImportfeat.c )