Category Behavioral modeling, Object ProAnalysis

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>
ProError(*ProAnalysisSavecheckAction)(
ProAnalysis analysis
/* (In)
The analysis being saved.
*/
)
Returns
PRO_TK_NO_ERRORThe analysis can be saved.
OtherThe analysis can not be saved.