API 설명서 > Manufacturing > Object ProRmdt > Function ProRmdtDlgMoldBaseSet
Function ProRmdtDlgMoldBaseSet
Description
Sets the default information for the mold layout dialog for the mold base.
Synopsis
#include <ProRmdt.h>
ProRmdtDlgMoldBaseSet
(
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
The function successfully set the information.
One or more of the arguments are invalid.
Sample Code References
도움이 되셨나요?