Object ProModel

Callback ProModelErasePostAction


Description
This is the notification function called after an explicit erase of a model.

The user supplies this function by calling ProNotificationSet() with the notify type PRO_MODEL_ERASE_POST.

NOTE:

This function is not called on erases of models dependent upon the model explicitly called.

Synopsis
#include <ProMdl.h>
ProError(*ProModelErasePostAction)(
ProMdl p_erased_mdl
/* (In)
The information for the model that was just erased
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
ProNotificationSet, ProModelErasePostAllAction

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Event-driven Programming: Notifications: File Management Events