Object ProModel

Callback ProModelSavePostAction


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

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

NOTE:

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

Synopsis
#include <ProMdl.h>
ProError(*ProModelSavePostAction)(
ProPath model_path
/* (In)
Path to the 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, ProModelSavePostAllAction

Manual References:

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