Documentación de la API > Behavioral modeling > Object ProAnalysis > Callback ProAnalysisSavecheckAction
Callback ProAnalysisSavecheckAction
Description
This notification function is called after a request to save the analysis, and is used to tell Creo Parametric whether the analysis can be saved. Set the notification by calling ProAnalysisTypeRegister().
Synopsis
#include <ProAnalysis.h>
(*ProAnalysisSavecheckAction)
(
ProAnalysis analysis
/* (In)
The analysis being saved.
*/
)
Returns
The analysis can be saved.
Other
The analysis can not be saved.
¿Fue esto útil?