Object ProModel

Callback ProModelCopyPostAllAction


Description
This is the notification function called after a copy of any model, including models dependant on the model explicitly called. This function differs from ProMdlCopyPostAction() in that it is called only once, even if a top-level model save causes a recur- sive saving action.

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

Synopsis
#include <ProMdl.h>
ProError(*ProModelCopyPostAllAction)(
ProMdl from
/* (In)
The top-level model data from which the copy was made
*/
ProPath to
/* (In)
The 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, ProModelCopyPostAction

Manual References:

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