A collection of named plot settings.
Supported Platforms: Windows only
AcadPlotConfigurations
Object AcadObject AcadPlotConfigurations
VBA
Not applicable
VBA
Document.PlotConfigurations
These members are part of this object:
Methods |
Properties |
Events |
---|---|---|
A plot configuration is similar to a layout; as both contain identical plot information. The difference is that a layout is associated with a Block object containing the geometry to plot. A plot configuration is not associated with a particular Block object. A plot configuration is simply a named collection of plot settings available for use with any geometry.
Although the PlotConfigurations collection inherits a Delete method, you cannot actually delete the collection. Attempting to delete this collection will result in an error. The Delete method has been removed from the documentation for this collection.
To create a new plot configuration, use the Add method.