Category Creo Parametric fundamentals, Object ProMdl

Callback ProMdlRenamePostAction


DEPRECATED: Since Creo 3.0
SUPERSEDED BY: ProModelRenamePostAction
Description
Note: This function is deprecated. Use ProModelRenamePostAction instead. This is the notification function called after renaming a model.

Users must supply this function by calling ProNotificationSet() with the notify type PRO_MDL_RENAME_POST.

Synopsis
#include <ProMdl.h>
ProError(*ProMdlRenamePostAction)(
ProModel* p_from
/* (In)
The data of the model to be renamed
*/
ProModel* p_to
/* (In)
The data of the model to which renaming was done
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
ProNotificationSet

Manual References:

  1. Pro/DEVELOP to Creo Parametric TOOLKIT Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Technical Summary of Changes for Creo 4.0 F000: Support for Notification Events and Callback Functions