API 설명서 > Creating import and custom geometry > Object ProImportfeat > Function ProImportfeatIdArrayMapCount
Function ProImportfeatIdArrayMapCount
Description
Determines the number of maps between the item_id and user_id.
Synopsis
#include <ProImportfeat.h>
ProImportfeatIdArrayMapCount
(
ProImportfeatIdMap* p_id_map_arr
/* (In)
The array of maps between the item_id and user_id
*/
int* n_maps
/* (Out)
The number of maps between the item_id and user_id
*/
)
Returns
The function successfully evaluated the number of maps.
The input argument is invalid.
Sample Code References
User Guide References
도움이 되셨나요?