This .NET class wraps the AcPlPlotLogger ObjectARX class.
This class is used by the application to journal the normal progress of a plot job. This class also receives notification of errors and warnings, along with their message content, from the PlotLoggingErrorHandler class.
The default PlotLogger service can be acquired from HostAppServices.PlotLogger.
It is the responsibility of the plotting application to call StartJob(), StartSheet(), EndSheet(), and EndJob() explicitly.
Autodesk.AutoCAD.PlottingServices.PlotLogger
Public sealed Class PlotLogger Inherits DisposableWrapper
public sealed class PlotLogger : DisposableWrapper;
Comments? |