Description | ||||||||||||||
Converts an item_id to a user_id. | ||||||||||||||
Replacement in Object TOOLKIT: | wfcWFeature::GetUserIds | |||||||||||||
Synopsis | ||||||||||||||
#include <ProImportfeat.h> | ||||||||||||||
ProError | ProImportfeatItemIdToUserId | ( | ||||||||||||
ProFeature* p_feat_handle | ||||||||||||||
/* (In) | ||||||||||||||
The handle of the import feature | ||||||||||||||
*/ | ||||||||||||||
int item_id | ||||||||||||||
/* (In) | ||||||||||||||
The identifier of the geometry item | ||||||||||||||
*/ | ||||||||||||||
ProType item_type | ||||||||||||||
/* (In) | ||||||||||||||
The type of geometry item (PRO_SURFACE, PRO_EDGE or PRO_QUILT) | ||||||||||||||
*/ | ||||||||||||||
int** user_id_pro_array | ||||||||||||||
/* (Out) | ||||||||||||||
The ProArray of user identifiers | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|