查看单个帖子
旧 2009-04-16, 02:04 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】[求助]arx如何设置打印参数?

[求助]arx如何设置打印参数?
[求助]arx如何设置打印参数?
sub example_plot() ' this example sends a plot of the current drawing ' to a file. ' define the plot variable dim currentplot as acadplot set currentplot = thisdrawing.plot ' define the output file name. ' use "" to use the drawing name as the file name. ' note: if the file name exists an error will be generated. dim plotfilename as string plotfilename = "myplot" currentplot.plottofile (plotfilename) end sub
请问如何在arx中编写类似的程序??
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)