Hello Community,
I'm wrting a Programm that trys to conert a .dft Document into a .dxf Document. If the .dft Document has only one sheet there is no problem. But if the .dft Document has more than one sheet SE converts only the first sheet into a .dxf Document and ignores the others. Can someone help me and give me some hints how to convert all sheets from the .dft document to a .dxf Document whitch contains all Sheets?
Atm i use this Code (c#):
FilePath = ..\MyDoc.dxf
p_SolidEdgeDraftDoc.SaveAs(FilePath, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value);
King regards
Philipp