A named collection of plot settings.
Supported Platforms: Windows only
AcadPlotConfiguration
Object AcadObject AcadPlotConfiguration
VBA
PlotConfigurations.Add
VBA
PlotConfigurations.Item
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.
To create a new plot configuration, use the Add method.