API-Dokumentation > Behavioral modeling > Object ProAnalysis > Callback ProAnalysisUiAction
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>
(*ProAnalysisUiAction)
(
ProAnalysis analysis
/* (In)
The analysis being created
*/
)
Returns
The analysis feature was fully defined.
The user chose to abort from the feature create. If this value is returned, Creo Parametric will not create the feature.
War dies hilfreich?