Documentação da API > Miscellaneous > Object ProModel > Callback ProModelReplacePostAction
Callback ProModelReplacePostAction
Description
This is the notification function called after replace of a model.
The user supplies this function by calling ProNotificationSet() with the notify type PRO_MODEL_REPLACE_POST.
NOTE:
This function is not called on replace of models dependent upon the model explicitly called.
Synopsis
#include <ProMdl.h>
(*ProModelReplacePostAction)
(
ProMdl p_replaced_mdl
/* (In)
The information for the model that was just replaced
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
Isto foi útil?