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> |
ProError | (*ProAnalysisInfoallocAction) | ( |
| ProAnalysis analysis | |
| /*
(In) |
| The analysis being retrieved. |
| */ |
) |
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. |
|