Object ProModel

Callback ProModelCopyPostAction


Description
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_MODEL_COPY_POST.

NOTE:

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

Synopsis
#include <ProMdl.h>
ProError(*ProModelCopyPostAction)(
ProMdl from
/* (In)
The model data from which the copy was made
*/
ProPath to
/* (In)
The path of model to which the copy was made
*/
ProMdlfileType to_model_type
/* (In)
The type of model to which the copy was made
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
ProNotificationSet, ProModelCopyPostAllAction

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Event-driven Programming: Notifications: File Management Events