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.
Autodesk.AutoCAD.PlottingServices.PreviewEndPlotInfo
Public sealed Class PreviewEndPlotInfo Inherits DisposableWrapper
public sealed class PreviewEndPlotInfo : DisposableWrapper;
Comments? |