Category Creo Parametric fundamentals, Object ProMdl

Callback ProMdlDeletePostAction


DEPRECATED: Since Creo 10.0
SUPERSEDED BY: ProModelDeletePostAction
Description
Note: This function is deprecated. Use ProModelDeletePostAction instead. This is the notification function called after an explicit delete of a model.

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

NOTE:

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

Synopsis
#include <ProMdl.h>
ProError(*ProMdlDeletePostAction)(
ProModel* p_deleted_mdl
/* (In)
The information for the model that was just deleted
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
ProNotificationSet, ProMdlDeletePostAllAction

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Technical Summary of Changes for Creo 11.0.0.0: Notification Functions