Callback ProMdlDeletePreAction
Description
This is the notification function called before deleting a model.
Users must supply this function by calling
ProNotificationSet() with the notify type
PRO_MDL_DELETE_PRE.
If this function returns an error, the deleting action will be aborted by Creo Parametric.
Synopsis
| (*ProMdlDeletePreAction) |
| (void) |
Returns
| Successful exit from this function. |
Other | An error was encountered. Model deletion will be stopped. |
See Also
User Guide References