PlotConfigurations Collection (ActiveX)

A collection of named plot settings.

Supported Platforms: Windows only

Class Information

Class Name

AcadPlotConfigurations

Object Inheritance
Object
   AcadObject
      AcadPlotConfigurations
Create Using

VBA

Not applicable
Access Via

VBA

Document.PlotConfigurations

Members

These members are part of this object:

Remarks

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.