AcDbPlotSettings Constructor
Overload List
Method
Description
AcDbPlotSettings::AcDbPlotSettings ()
Default constructor. The new plot setup is a paperspace (layout) type.
AcDbPlotSettings::AcDbPlotSettings (bool)
This constructor allows you to set whether the new plot setup is a model space type (
modelType == true
) or a paperspace (layout) type (
modelType == false
).