PlotType Property |
Specifies the type of layout or plot configuration.
Signature
object.PlotType
object
Layout, PlotConfiguration
The object or objects this property applies to.
PlotType
acPlotType enum; read-write
acDisplay |
Prints everything that is in the current display. |
acExtents |
Prints everything that falls within the extents of the currently selected space. |
acLimits |
Prints everything that is in the limits of the current space. |
acView |
Prints the view named by the ViewToPlot property. |
acWindow |
Prints everything in the window specified by the SetWindowToPlot method. |
acLayout |
Prints everything that falls within the margins of the specified paper size with the origin being calculated from 0,0 coordinate location in the Layout tab. This option is not available when printing from model space. |
Remarks
Changes to this property will not be visible until after a regeneration of the drawing. Use the Regen method to regenerate the drawing.
The ViewToPlot property or SetWindowToPlot method must be called before you can set the PlotType to acView or acWindow.
Comments? |