API 설명서 > Miscellaneous > Object ProModel > Callback ProModelRenamePostAllAction
Callback ProModelRenamePostAllAction
Description
This is the notification function called after renaming each model.
Users must supply this function by calling ProNotificationSet() with the notify type PRO_MODEL_RENAME_POST_ALL.
Synopsis
#include <ProMdl.h>
(*ProModelRenamePostAllAction)
(
ProMdl model
/* (In)
The data of the renamed model
*/
/* (In)
The old name of the model that was renamed
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
User Guide References
도움이 되셨나요?