Description | |||||
This is the callback that is called to indicate that the results of a check can be discarded. | |||||
Synopsis | |||||
#include <ProMdlChk.h> | |||||
ProError | (*ProModelcheckCleanupFunction) | ( | |||
ProCharName name | |||||
/* (In) | |||||
The name of the check. This also corresponds to the ModelCheck configuration option name. | |||||
*/ | |||||
ProMdl mdl | |||||
/* (In) | |||||
The model being checked during this run. | |||||
*/ | |||||
ProAppData appdata | |||||
/* (In) | |||||
Application data that was passed to Creo Parametric during registration. | |||||
*/ | |||||
) | |||||
Returns | |||||
|