Documentação da API > Behavioral modeling > Object ProAnalysis > Callback ProAnalysisInfoallocAction
Callback ProAnalysisInfoallocAction
Description
This notification function is called when a Creo Parametric model containing an analysis is retrieved. It should be used to allocate any special data the Creo Parametric TOOLKIT application needs to describe the analysis. Set the notification by calling ProAnalysisTypeRegister().
Synopsis
#include <ProAnalysis.h>
(*ProAnalysisInfoallocAction)
(
ProAnalysis analysis
/* (In)
The analysis being retrieved.
*/
)
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.
Isto foi útil?