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
| (*ProModelCopyPostAction) |
| ( /* (In) The model data from which the copy was made */ /* (In) The path of model to which the copy was made */ /* (In) The type of model to which the copy was made */ ) |
Returns
Return values are not interpreted by Creo Parametric. |
See Also
User Guide References
Parent topic