API 文件集 > Creo Parametric fundamentals > Object ProMdl > Callback ProMdlDeletePostAllAction
Callback ProMdlDeletePostAllAction
DEPRECATED:
Since Creo 10.0
Description
Note: This function is deprecated. Use ProModelDeletePostAllAction instead. This is the notification function called after a delete of any model, including models dependant on the model explicitly called. This function differs from ProMdlDeletePostAction() in that it is called only once, even if a top-level model save causes a recursive saving action.
The user supplies this function by calling ProNotificationSet() with the notify type PRO_MDL_DELETE_POST_ALL.
Synopsis
#include <ProMdl.h>
(*ProMdlDeletePostAllAction)
(
ProMdldata* p_model_data
/* (In)
The information for the top-level model that was just deleted
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
這是否有幫助?