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
| (*ProMdlErasePreAction) |
| (void) |
Returns
| Successful exit from this function. |
Other | An error was encountered. Model erasing will be stopped. |
See Also
User Guide References
Parent topic