Documentação da API > Behavioral modeling > Object ProAnalysis > Callback ProAnalysisInfocopyAction
Callback ProAnalysisInfocopyAction
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>
(*ProAnalysisInfocopyAction)
(
/* (In)
The analysis in the feature being copied
*/
/* (In)
The analysis in the feature being created
*/
)
Returns
The return value is ignored by Creo Parametric
Isto foi útil?