| DEPRECATED: | Since Creo 3.0 | ||||
| SUPERSEDED BY: | ProModelCopyPostAllAction | ||||
| Description | |||||
| Note: This function is deprecated. Use ProModelCopyPostAllAction instead. 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_MDL_COPY_POST_ALL. |
|||||
| Synopsis | |||||
| #include <ProMdl.h> | |||||
| ProError | (*ProMdlCopyPostAllAction) | ( | |||
| ProModel* p_from | |||||
| /* (In) | |||||
| The top-level model data from which the copy was made | |||||
| */ | |||||
| ProModel* p_to | |||||
| /* (In) | |||||
| The model to which the copy was made | |||||
| */ | |||||
| ) | |||||
| Returns | |||||
|
|||||
| See Also | |||||
| ProNotificationSet, ProMdlCopyPostAction | |||||