Autodesk.AutoCAD.PlottingServices Namespace > BeginPlotEventArgs Class
BeginPlotEventArgs Class
Description

 

This class encapsulates the plot-specific information required by the BeginPlot event. This information includes: 

  • a PlotProgress object
  • a PlotType object
 

Class Hierarchy
Autodesk.AutoCAD.PlottingServices.BeginPlotEventArgs
Visual Basic
Public Class BeginPlotEventArgs
Inherits EventArgs
C#
public class BeginPlotEventArgs : EventArgs;
Links
   Comments?