Following example sends a plot of the current drawing to the default device for your system.
Sub Example_PlotToDevice() ThisDrawing.Plot.PlotToDevice End Sub
Following example sends a plot of the current drawing to the a named plot configuration as found in the Roaming directory PlotConfig
Sub Example_PlotToDeviceNamed() ThisDrawing.Plot.PlotToDevice ("PdfCreator.pc3") End Sub
© Bricsys NV. All rights reserved. |