Share

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

C#

public class BeginPlotEventArgs : EventArgs;

Visual Basic

Public Class BeginPlotEventArgs
Inherits EventArgs

Links

BeginPlotEventArgs Constructor, BeginPlotEventArgs Properties

Was this information helpful?