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_ERROR | | The analysis feature was fully defined. |
PRO_TK_USER_ABORT | | The user chose to abort from the feature create. If this value is returned, Creo Parametric will not create the feature. |
|