![]() |
【转帖】[求助]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中编写类似的程序?? |
| 所有的时间均为北京时间。 现在的时间是 02:32 PM. |