Object ProModel

Callback ProModelCreatePostAction


Description
This is the notification function called after creating a model.

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

Synopsis
#include <ProMdl.h>
ProError(*ProModelCreatePostAction)(
ProMdlName p_created_mdl
/* (In)
The information for the model that was just created
*/
ProMdlExtension mdl_ext
/* (In)
The model type extension
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
ProNotificationSet

Manual References:

  1. Event-driven Programming: Notifications: File Management Events
  2. Technical Summary of Changes for Creo 11.0.0.0: Notification Functions