API: How to save as eDrawing

How do I save a file as an eDrawing?

I open the document with

Set model = swApp.OpenDoc6(path & filename, swDocDrawing, swOpenDocOptions_Silent, "", lngErrors, lngwarnings)

and want to save with

retcode = model.SaveAs4(path & filename, 0, 0, lngErrors, lngwarnings)

What parameter do I set to save as eDrawing?

Reply to
steve
Loading thread data ...

PolyTech Forum website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.