Category Manufacturing, Object ProRmdt

Function ProRmdtDlgWorkpieceSet


Description
Sets the default information for the mold layout workpiece dialog.
Synopsis
#include <ProRmdt.h>
ProErrorProRmdtDlgWorkpieceSet(
ProMoldLayout mold_layout
/* (In)
The handle to the mold layout
*/
ProDlgWorkpieceData* p_dlg_data
/* (In)
The workpiece dialog data
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the information.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.

Sample Code References:

  1. pt_examples ( TestMoldLayout.c )