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

 

This .NET class wraps the AcPlPlotProgress ObjectARX class. 

The PlotProgress interface defines the behaviors that a plot progress dialog must implement. Applications can derive from this class or instantiate a default implementation of a plot progress dialog using acplCreatePlotProgressDialog(). Applications pass the dialog to the PlotEngine, which manages the dialog during the plotting operation.

Class Hierarchy
Autodesk.AutoCAD.PlottingServices.PlotProgress
    Autodesk.AutoCAD.PlottingServices.PlotProgressDialog
Visual Basic
Public Class PlotProgress
Inherits DisposableWrapper
C#
public class PlotProgress : DisposableWrapper;
Links
   Comments?