Category Creo Parametric fundamentals, Object ProMdl

Function ProMdlMultipleRetrieve


DEPRECATED: Since Wildfire 3
SUPERSEDED BY: No successor will be provided.
Description
Note: Use of this function is deprecated due to the limit on the length of the model names.

Retrieves the models specified in the names list and initializes their handles.

If retrieving an assembly, and errors occur in regeneration, the assembly will include suppressed features. The function ProSolidRetrievalErrorsGet identifies if errors occurred.

Synopsis
#include <ProMdl.h>
ProErrorProMdlMultipleRetrieve(
ProName* names
/* (In)
A list of the model names to be retrieved. Names must include type suffix (e.g., ".prt"); version numbers will be ignored.
*/
ProBoolean ui_flag
/* (In)
When true, this flag indicates that retrieved models will be displayed.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved all of the models.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.
PRO_TK_NO_PERMISSIONThe function does not have permission to operate on these models.
Any positive integerSome retrievals failed. The value of this error indicates how many of the input objects failed to retrieve.
See Also
ProSolidRetrievalErrorsGet

Manual References:

  1. Core: Models and Model Items: File Management Operations
  2. Core: Models and Model Items: File Management Operations