Description | |||||||||||
Returns the data structure containing errors that occurred during retrieval.
Notes: The retrieval error information is not persistent and should be accessed immediately after the call to ProMdlRetrieve or an equivalent retrieval function. Creo Parametric TOOLKIT currently does not return specific information from the retrieval errors structure - this is reserved for future expansion. |
|||||||||||
Replacement in Object TOOLKIT: | pfcSolid::HasRetrievalErrors | ||||||||||
Synopsis | |||||||||||
#include <ProSolid.h> | |||||||||||
ProError | ProSolidRetrievalErrorsGet | ( | |||||||||
ProSolid solid | |||||||||||
/* (In) | |||||||||||
The top-level solid model that was retrieved. | |||||||||||
*/ | |||||||||||
ProSolidretrievalerrs* errs | |||||||||||
/* (Out) | |||||||||||
Pointer to the retrieval errors. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|
|||||||||||
See Also | |||||||||||
ProMdlRetrieve | |||||||||||
ProMdlMultipleRetrieve | |||||||||||
ProAssemblySimprepRetrieve |