PlotSettings Class

Visual Basic
Public Class PlotSettings
Inherits DBObject
C#
public class PlotSettings : DBObject;
Description

 

This .NET class wraps the AcDbPlotSettings ObjectARX class. 

The PlotSettings object stores "what-to-plot" settings as a named plot setup description. The plot settings objects are stored in an PlotSettingsDictionary.

Links
See Also

PlotSettingsValidator