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

 

This .NET class wraps the ACPL_PREVIEWENDPLOT ObjectARX class. 

ACPL_PREVIEWENDPLOT contains information about the results of a plot preview operation. 

 

Callers use PlotEngine.EndPlot() in order to obtain information about how the preview was terminated. Upon successful termination of EndPlot(), this structure is updated to contain information about how the preview was terminated. The nStatus member will be set to one of the PreviewStatus values.

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