Class Hierarchy
AcDbPlotSettingsValidator
C++
class AcDbPlotSettingsValidator;
File
dbplotsetval.h
Description
This class exports access methods that validate data on an AcDbPlotSettings object before actually setting the data on the object.
Notes
In order to ensure that the plot device and plot style table lists maintained within this class are up to date, it is highly recommended that refreshLists() is called to rebuild them prior to using any of the methods of this class. It is not necessary to call refreshLists() more than once before accessing methods within this class since this call can be expensive.
Links
AcDbPlotSettingsValidator Methods
See Also
AcDbPlotSettings