Hi
I am trying to use ProOutputFileWrite() as per code in the online browser of Pro/TOOLKIT, but there is no identifire for PRO_EXPORT_CGM_CLEAR_TEXT and PRO_EXPORT_CGM_ABSTRACT. Where these things are defined in header file?
Can anyone help in this regards?
cgm_option_1 = PRO_EXPORT_CGM_CLEAR_TEXT;
cgm_option_2 = PRO_EXPORT_CGM_ABSTRACT;
p_arg2 = &cgm_option_1;
p_arg3 = &cgm_option_2;
status = ProOutputFileWrite(drawing, wfilename, PRO_CGM_FILE, NULL, p_arg2, p_arg3, NULL );
Regards
Miky
I am trying to use ProOutputFileWrite() as per code in the online browser of Pro/TOOLKIT, but there is no identifire for PRO_EXPORT_CGM_CLEAR_TEXT and PRO_EXPORT_CGM_ABSTRACT. Where these things are defined in header file?
Can anyone help in this regards?
cgm_option_1 = PRO_EXPORT_CGM_CLEAR_TEXT;
cgm_option_2 = PRO_EXPORT_CGM_ABSTRACT;
p_arg2 = &cgm_option_1;
p_arg3 = &cgm_option_2;
status = ProOutputFileWrite(drawing, wfilename, PRO_CGM_FILE, NULL, p_arg2, p_arg3, NULL );
Regards
Miky