Share

PlotLogger Class

Description

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.

Class Hierarchy

Autodesk.AutoCAD.PlottingServices.PlotLogger

Visual Basic

Public sealed Class PlotLogger
Inherits DisposableWrapper

C#

public sealed class PlotLogger : DisposableWrapper;

Links

PlotLogger Methods, PlotLogger Properties

Was this information helpful?