PlotConfigurations Collection |
A collection of named plot settings.
VBA class name: |
AcadPlotConfigurations |
---|---|
Create using: |
N/A |
Access via: |
Document.PlotConfigurations |
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. To edit or query a plot configuration, use the following methods and properties:
Methods |
Properties |
Events |
Comments? |