Category Manufacturing, Object ProRmdt

Function ProRmdtDlgMaterialSet


Description
Sets the default information for the mold layout material dialog.
Synopsis
#include <ProRmdt.h>
ProErrorProRmdtDlgMaterialSet(
ProMoldLayout mold_layout
/* (In)
The handle to the mold layout
*/
wchar_t* generic_type
/* (In)
The generic type
*/
wchar_t* mfg
/* (In)
The manufacturing
*/
wchar_t* trade_name
/* (In)
The trade name
*/
wchar_t* grade
/* (In)
The grade
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the information for the dialog.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.

Sample Code References:

  1. pt_examples ( TestMoldLayout.c )