Documentazione API > Miscellaneous > Object ProModel > Callback ProModelPurgePostAction
Callback ProModelPurgePostAction
Description
This is the notification function called after purging a model.
Users must supply this function by calling ProNotificationSet() with the notify type PRO_MODEL_PURGE_POST.
Synopsis
#include <ProMdl.h>
(*ProModelPurgePostAction)
(
ProMdlName r_model_name
/* (In)
The information for the model that was just purged
*/
/* (In)
The model type extension
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
User Guide References
È stato utile?