Function ProImportfeatUserIdToItemId
Description
Converts a user_id to an item_id.
Replacement in Object TOOLKIT:
Synopsis
#include <ProImportfeat.h>
ProImportfeatUserIdToItemId
(
ProFeature* p_feat_handle
/* (In)
The handle of the import feature
*/
int user_id
/* (In)
The user identifier
*/
ProType item_type
/* (In)
The type of geometry item (PRO_SURFACE, PRO_EDGE or PRO_QUILT)
*/
int** item_id_pro_array
/* (Out)
The ProArray of identifiers of geometry items. You must preallocate this array using the function ProArrayAlloc().
*/
)
Returns
The function successfully converted the user_id to an item_id.
The identifiers of the geometry items were not found.
You specified an invalid type of geometry item.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
Was this helpful?