Description | |||||||||||
Retrieves the list of objects of the specified type in the Creo Parametric workspace. | |||||||||||
Replacement in Object TOOLKIT: | pfcBaseSession::ListModels | ||||||||||
pfcBaseSession::ListModelsByType | |||||||||||
Synopsis | |||||||||||
#include <ProMdl.h> | |||||||||||
ProError | ProSessionMdlList | ( | |||||||||
ProMdlType model_type | |||||||||||
/* (In) | |||||||||||
A valid model type (PRO_PART, PRO_ASSEMBLY, and so on). | |||||||||||
*/ | |||||||||||
ProMdl** p_model_array | |||||||||||
/* (Out) | |||||||||||
An array of objects found. The function allocates the memory for this argument. To free it, call the function ProArrayFree(). | |||||||||||
*/ | |||||||||||
int* p_count | |||||||||||
/* (Out) | |||||||||||
The number of models in p_model_array. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|
|||||||||||
See Also | |||||||||||
ProArrayFree |