API 文档 > Miscellaneous > Object ProModel > Callback ProModelSavePostAllAction
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>
(*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
User Guide References
这对您有帮助吗?