SetLayoutsToPlot Method

Specifies the layout or layouts to plot.

See Also | Example

Signature

object.SetLayoutsToPlot (layoutList)

Object

Plot
The object or objects this method applies to.

layoutList

Variant; input-only
An array of layout names representing the layouts to plot.

Remarks

This method may become obsolete and may be removed in a future version of AutoCAD.

If the layoutList parameter is NULL or this method is not called at all, the active layout is sent to the plot.

After each call to the PlotToFile or PlotToDevice method, the default layout to plot is reset to the active layout. To specify any layout other than the active layout, you must call the SetLayoutsToPlot method before each plot.

 

   Comments?