Description | ||||||||||||||
Type for callback function for notification option PRO_MODEL_START. The function is called after the user selects OK on the New dialog, if the option "Use default template" is unselected, and the notification has been defined by a call to ProNotificationSet(). The callback replaces Creo Parametric's interaction by which the user selects the start-part and defines its parameters. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProMdl.h> | ||||||||||||||
ProError | (*ProModelStartAction) | ( | ||||||||||||
ProMdlName name | ||||||||||||||
/* (In) | ||||||||||||||
The name of the new model entered by the user on the New dialog. | ||||||||||||||
*/ | ||||||||||||||
ProMdlType type | ||||||||||||||
/* (In) | ||||||||||||||
The type of the new model | ||||||||||||||
*/ | ||||||||||||||
ProMdlsubtype subtype | ||||||||||||||
/* (In) | ||||||||||||||
The subtype of the new model | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|