This .NET class wraps the AcPlPlotInfo ObjectARX class.
PlotInfo is a utility class that provides methods for building information about how and what to plot and, ultimately, acts as a vehicle to transport this information to the plotting pipeline. Applications must provide the object ID of the layout to be plotted to this object before passing it to an PlotEngine object for processing. Applications can provide overrides, in the form of an PlotSettings object, to be used for plotting the layout in place of the settings on the layout itself. Applications can also override the output device by providing an PlotConfig object designating the device to plot to. If a device override is applied, it supercedes the device in the layout and the device in the PlotSettings overrides object.
PlotInfo objects must be validated using an PlotInfoValidator before they can be processed by an PlotEngine. Validated PlotInfo objects have non-null validated settings data and non-null validated configurations, which will be used by the PlotEngine to plot the layout when it is processed.
Autodesk.AutoCAD.PlottingServices.PlotInfo
Public sealed Class PlotInfo Inherits RXObject
public sealed class PlotInfo : RXObject;
Comments? |