Category Behavioral modeling, Object ProAnalysis

Callback ProAnalysisUiAction


Description
This is the notification function called at the start of creation of an External Analysis, and is used to ask the user for inputs necessary to define the analysis. Set the notification by calling ProAnalysisTypeRegister.
Synopsis
#include <ProAnalysis.h>
ProError(*ProAnalysisUiAction)(
ProAnalysis analysis
/* (In)
The analysis being created
*/
)
Returns
PRO_TK_NO_ERRORThe analysis feature was fully defined.
PRO_TK_USER_ABORTThe user chose to abort from the feature create. If this value is returned, Creo Parametric will not create the feature.