API Documentation > Manufacturing > Object ProRmdt > Callback ProRmdtMBaseSelectPreAction
Callback ProRmdtMBaseSelectPreAction
Description
This is the notification function called before the mold base selection dialog.
This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_RMDT_MBASE_SELECT_PRE.
Synopsis
#include <ProRmdt.h>
(*ProRmdtMBaseSelectPreAction)
(
ProMoldLayout mold_layout
/* (In)
The handle to the mold layout
*/
)
Returns
Successful exit from this function.
Other
An error was encountered. The mold base selection dialog will not be called.
See Also
User Guide References
Was this helpful?