Documentation de l'API > Miscellaneous > Object ProModel > Callback ProModelDeletePostAllAction
Callback ProModelDeletePostAllAction
Description
This is the notification function called after a delete of any model, including models dependant on the model explicitly called. This function differs from ProModelDeletePostAction() in that it is called only once, even if a top-level model save causes a recursive saving action.
The user supplies this function by calling ProNotificationSet() with the notify type PRO_MODEL_DELETE_POST_ALL.
Synopsis
#include <ProMdl.h>
(*ProModelDeletePostAllAction)
(
ProMdlName p_deleted_mdl
/* (In)
The information for the top-level model that was just deleted
*/
/* (In)
The model type extension
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
User Guide References
Est-ce que cela a été utile ?