Documentación de la API > Manufacturing > Object ProRmdt > Function ProRmdtDlgMaterialSet
Function ProRmdtDlgMaterialSet
Description
Sets the default information for the mold layout material dialog.
Synopsis
#include <ProRmdt.h>
ProRmdtDlgMaterialSet
(
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
The function successfully set the information for the dialog.
One or more of the arguments are invalid.
Sample Code References
¿Fue esto útil?