Object ProMoldbase

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>
ProErrorProMoldbaseDialog(
ProMdl owner
/* (In)
Mold Layout Assembly handler
*/
ProMoldbaseParams mbparams
/* (Out)
MoldbaseParam handle
*/
)
Returns
PRO_TK_NO_ERRORThe values are successfully set;
PRO_TK_BAD_INPUTSSpecified parameters are incorrect.
PRO_TK_USER_ABORTUser aborted the dialog

Sample Code References:

  1. pt_examples ( TestMoldbase.c )
  2. pt_examples ( TestMoldbase.c )