PlotConfiguration object |
A named collection of plot settings.
VBA class name: |
AcadPlotConfiguration |
---|---|
Create using: |
PlotConfigurations.Add |
Access via: |
PlotConfigurations.Item |
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.
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? |