Object ProModel

Callback ProModelSavePostAllAction


Description
This is the notification function called after a save of any model, including models dependant on the model explicitly called. This function differs from ProModelSavePostAction() 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_SAVE_POST_ALL.

Synopsis
#include <ProMdl.h>
ProError(*ProModelSavePostAllAction)(
ProPath model_path
/* (In)
Path the top-level model that was just saved
*/
ProMdlfileType model_file_type
/* (In)
Model file type that was just saved
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
ProNotificationSet, ProModelSavePostAction

Manual References:

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