API 文档
>
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
>
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.
这对您有帮助吗?
此站点在 JavaScript 启用时工作最佳