Object ProMoldbase

Function ProMoldbaseCreate


Description
Retrieves and places Mold Base corresponding to parameters in mbparams handle. The handle must be filled earlier by the function ProMoldbaseDialog().
Synopsis
#include <ProMoldbase.h>
ProErrorProMoldbaseCreate(
ProMoldbaseParams mbparams
/* (In)
Pointer to the MoldbaseParam handle
*/
)
Returns
PRO_TK_NO_ERRORThe specified Moldbase is successfully retrieved and placed.
PRO_TK_BAD_INPUTSSpecified parameter is incorrect.
PRO_TK_E_NOT_FOUNDCant retrieve the specified Moldbase;
PRO_TK_ABORTCant place the Moldbase.

Sample Code References:

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