Category Manufacturing, Object ProRmdt

Function ProRmdtDlgMoldBaseSet


Description
Sets the default information for the mold layout dialog for the mold base.
Synopsis
#include <ProRmdt.h>
ProErrorProRmdtDlgMoldBaseSet(
ProMoldLayout mold_layout
/* (In)
The handle to the mold layout
*/
wchar_t* vendor
/* (In)
The vendor
*/
wchar_t* series
/* (In)
The series
*/
wchar_t* length
/* (In)
The length
*/
wchar_t* width
/* (In)
The width
*/
)
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 )