Category Creo Parametric fundamentals, Object ProMdl

Callback ProMdlCreatePostAction


DEPRECATED: Since Creo 10.0
SUPERSEDED BY: ProModelCreatePostAction
Description
Note: This function is deprecated. Use ProModelCreatePostAction instead. This is the notification function called after creating a model.

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

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

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Technical Summary of Changes for Creo 11.0.0.0: Notification Functions