PlotToDevice Example

Using Programming Languages other than VBA

Sub Example_PlotToDevice()
	' This example sends a plot of the current drawing
	' to the default device for your system.

	ThisDrawing.Plot.PlotToDevice

End Sub

 

   Comments?