HowTo : ExportPictureToFile at the specific dxf does not work
Article | 41023813 |
Type | HowTo |
Product | Engine |
Version | 5.0.1.1035 |
Date Added | 12/23/2004 |
Submitted by | Ian 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;