| DEPRECATED: | Since Creo 3.0 | ||||
| SUPERSEDED BY: | ProModelErasePostAllAction | ||||
| Description | |||||
| Note: This function is deprecated. Use ProModelErasePostAllAction instead. This is the notification function called after an erase of any model, including models dependant on the model explicitly called. This function differs from ProMdlErasePostAction() 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_ERASE_POST_ALL. |
|||||
| Synopsis | |||||
| #include <ProMdl.h> | |||||
| ProError | (*ProMdlErasePostAllAction) | ( | |||
| ProMdldata* p_model_data | |||||
| /* (In) | |||||
| The information for the top-level model that was just erased | |||||
| */ | |||||
| ) | |||||
| Returns | |||||
|
|||||
| See Also | |||||
| ProNotificationSet, ProMdlErasePostAction | |||||