PlotToDevice example

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

Bricscad™ is commercialized by Bricsys NV. Bricsys NV and Vondle NV are fully owned subsidiaries of Menhirs NV. © 2001- Menhirs NV - All rights reserved.