Category Behavioral modeling, Object ProAnalysis

Callback ProAnalysisComputeAction


Description
This is the notification function that performs the computation of an External Analysis. Set the notification by calling ProAnalysisTypeRegister().
Synopsis
#include <ProAnalysis.h>
ProError(*ProAnalysisComputeAction)(
ProAnalysis analysis
/* (In)
The analysis being computed
*/
)
Returns
Creo Parametric ignores the return value.