Product : Engine, Version : 5.0.1.1035, ArticleID : 41023813

HowTo : ExportPictureToFile at the specific dxf does not work

Article41023813
TypeHowTo
ProductEngine
Version5.0.1.1035
Date Added12/23/2004
Submitted byIan Sturgeon
Keywords

Subject

ExportPictureToFile at the specific dxf does not work

Summary

ExportPictureToFile at the specific dxf does not work

Solution

Try this work arround, after the Open statement a TargetPoint call like :
   vdstd1.ActiveDocument.Open('dvwhitchr1.dxf', 0, 0);
   vdstd1.ActiveDocument.ActiveLayOut.TargetPoint:=(vararrayof([0,0,0]));
   vdstd1.CommandAction.Zoom('E',0,0);
   vdstd1.Redraw;