Category Behavioral modeling, Object ProAnalysis

Callback ProAnalysisOutputAction


Description
This notification function is called after computation of an External Analysis, and is used by the Creo Parametric TOOLKIT application to provide text information which is to displayed in the Analysis dialog to show the result of the computation. Set the notification by calling ProAnalysisTypeRegister().
Synopsis
#include <ProAnalysis.h>
ProError(*ProAnalysisOutputAction)(
ProAnalysis analysis
/* (In)
The analysis being computed
*/
ProLine** lines
/* (Out)
Pointer to ProArray of lines of text, allocated and freed by Creo Parametric.
*/
)
Returns
Creo Parametric ignores the return value.