Description |
| This notification function is called when an existing external analysis feature is copied by the Creo Parametric user. It gives the toolkit application the opportunity to set up its application data for the new feature, whether by copying from the original feature, or by any other means. |
Synopsis |
#include <ProAnalysis.h> |
ProError | (*ProAnalysisInfocopyAction) | ( |
| ProAnalysis from | |
| /*
(In) |
| The analysis in the feature being copied |
| */ |
| ProAnalysis to | |
| /*
(In) |
| The analysis in the feature being created |
| */ |
) |
Returns |
|
| | The return value is ignored by Creo Parametric |
|