API 文件集 > Miscellaneous > Object ProModel > Callback ProModelDeletePostAction
Callback ProModelDeletePostAction
Description
This is the notification function called after an explicit delete of a model.
The user supplies this function by calling ProNotificationSet() with the notify type PRO_MODEL_DELETE_POST.
NOTE:
This function is not called on deletes of models dependent upon the model explicitly called.
Synopsis
#include <ProMdl.h>
(*ProModelDeletePostAction)
(
ProMdlName p_deleted_mdl
/* (In)
The information for the model that was just deleted
*/
/* (In)
The model type extension
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
這是否有幫助?