Category Creating import and custom geometry, Object ProImportfeat

Function ProImportfeatIdArrayCreate


Description
Gets an array of maps between the item_id and user_id.
Replacement in Object TOOLKIT: wfcWFeature::GetIdMap
Synopsis
#include <ProImportfeat.h>
ProErrorProImportfeatIdArrayCreate(
ProFeature* p_feat_handle
/* (In)
The handle of the import feature.
*/
ProImportfeatIdMap** pp_id_map_arr
/* (Out)
An array of maps between item_id and user_id. To access individual maps, use the function ProImportfeatIdArrayMapGet().
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully got the array of maps.
PRO_TK_OUT_OF_MEMORYInsufficient memory.
PRO_TK_BAD_INPUTSThe input argument is invalid.
See Also
ProImportfeatIdArrayMapGet

Manual References:

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

Sample Code References:

  1. pt_examples ( TestImportfeat.c )