Function ProMoldbaseDialog
Description
Invokes the regular Mold Base Selection dialog using defaults specified in mbparams handle. Upon picking Ok in the dialog, all the data from it are set to the handle. Functions ProMoldbaseParamsGet() and/or ProMoldbaseCreate() can be used after this function is successfully completed.
Synopsis
#include <ProMoldbase.h>
ProMoldbaseDialog
(
ProMdl owner
/* (In)
Mold Layout Assembly handler
*/
/* (Out)
MoldbaseParam handle
*/
)
Returns
The values are successfully set;
Specified parameters are incorrect.
User aborted the dialog
Sample Code References
¿Fue esto útil?