
ProEcadExport | |
( ProPath filename /* (In) Name of the output file to be exported. */ ProEcadExpOpts options /* (In) Reserved for future expansion. Pass NULL. */ ProTKEcadType ecad_type /* (In) The type of the exported file. EDMD (*.idx) and IDF (*.emn) file formats are supported. */ ProMdl assem_model /* (In) The assembly to be exported. */ ) |

Export finished successfully. | |
The file name is NULL or extension of file name is invalid | |
The directory of file name is invalid or is read only | |
ecad_type is not supported. | |
options parameter is not NULL. | |
Used in collaboration mode. | |
One of the inputs has bad value which is not of the above errors. | |
Export failed for any other reason. |
