AcDbPlotSettings( bool ModelType );
|
Parameters |
Description |
|
bool ModelType |
Input Boolean that determines the plot setup type |
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).