Category Creo Parametric fundamentals, Object ProMdl

Callback ProMdlCopyPostAction


DEPRECATED: Since Creo 3.0
SUPERSEDED BY: ProModelCopyPostAction
Description
Note: This function is deprecated. Use ProModelCopyPostAction instead. This is the notification function called after an explicit copy of a model.

The user supplies this function by calling ProNotificationSet() with the notify type PRO_MDL_COPY_POST.

NOTE:

This function is not called on copies of models dependent upon the model explicitly called.

Synopsis
#include <ProMdl.h>
ProError(*ProMdlCopyPostAction)(
ProModel* p_from
/* (In)
The model data from which the copy was made
*/
ProModel* p_to
/* (In)
The data of model to which the copy was made
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
ProNotificationSet, ProMdlCopyPostAllAction

Manual References:

  1. Pro/DEVELOP to Creo Parametric TOOLKIT Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Technical Summary of Changes for Creo 4.0 F000: Support for Notification Events and Callback Functions