API 文件集 > Creo Parametric fundamentals > Object ProMdl > Callback ProMdlErasePreAction
Callback ProMdlErasePreAction
Description
This is the notification function called before erasing a model.
Users must supply this function by calling ProNotificationSet() with the notify type PRO_MDL_ERASE_PRE.
If this function returns an error, the erasing action will be aborted by Creo Parametric.
Synopsis
#include <ProMdl.h>
(*ProMdlErasePreAction)
(void)
Returns
Successful exit from this function.
Other
An error was encountered. Model erasing will be stopped.
See Also
User Guide References
這是否有幫助?