API Documentation > Features > Object ProFeature > Callback ProFeatureCopyPostAction
Callback ProFeatureCopyPostAction
Description
This is the notification function called upon successful copying of a feature.
This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_FEATURE_COPY_POST.
Synopsis
#include <ProFeature.h>
(*ProFeatureCopyPostAction)
(
ProFeature* from_feat
/* (In)
The handle of the reference feature from which the copy was made.
*/
ProFeature* to_feat
/* (In)
The handle of the feature that is the result of the copy.
*/
ProFeatcopyType copy_type
/* (In)
The type of user action prompting the copying of features. See the enumerated type ProFeatcopyType.
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
User Guide References
Was this helpful?