Autodesk.AutoCAD.PlottingServices Namespace > PlotReactorManager Class > PlotReactorManager Events > BeginPlot Event
PlotReactorManager.BeginPlot Event
Description

 

Called by the plotting framework when PlotEngine.BeginPlot() has been called by an application. The parameters passed to this method are the same as those passed to the engine.

Visual Basic
Public Event BeginPlot As BeginPlotEventHandler
C#
public event BeginPlotEventHandler BeginPlot;
Links
   Comments?