API-Dokumentation > Creo Parametric fundamentals > Object ProMdl > Callback ProMdlCreatePostAction
Callback ProMdlCreatePostAction
DEPRECATED:
Since Creo 10.0
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>
(*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
User Guide References
War dies hilfreich?