API 설명서 > Creo Parametric fundamentals > Object ProModelcheck > Callback ProModelcheckCleanupFunction
Callback ProModelcheckCleanupFunction
Description
This is the callback that is called to indicate that the results of a check can be discarded.
Synopsis
#include <ProMdlChk.h>
(*ProModelcheckCleanupFunction)
(
/* (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
Return values are not interpreted by Creo Parametric.
User Guide References
도움이 되셨나요?