Category Creo Parametric fundamentals, Object ProMdl

Callback ProMdlSavePostAllAction


DEPRECATED: Since Creo 3.0
SUPERSEDED BY: ProModelSavePostAllAction
Description
Note: This function is deprecated. Use ProModelSavePostAllAction instead. This is the notification function called after a save of any model, including models dependant on the model explicitly called. This function differs from ProMdlSavePostAction() in that it is called only once, even if a top-level model save causes a recur- sive saving action.

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

Synopsis
#include <ProMdl.h>
ProError(*ProMdlSavePostAllAction)(
ProMdldata* p_model_data
/* (In)
The information for the top-level model that was just saved
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
ProNotificationSet, ProMdlSavePostAction

Manual References:

  1. Pro/DEVELOP to Creo Parametric TOOLKIT Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Technical Summary of Changes for Creo 4.0 F000: Support for Notification Events and Callback Functions