API 설명서 > Miscellaneous > Object ProModel > Callback ProModelSavePostAction
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>
(*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
User Guide References
도움이 되셨나요?