Share

AcDbPlotSettings::AcDbPlotSettings

C++

AcDbPlotSettings(
    bool ModelType
);

Description

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).

Parameters

Parameters Description
ModelType Input Boolean that determines the plot setup type

Links

AcDbPlotSettings

Was this information helpful?