PlotConfiguration Object (ActiveX)

A named collection of plot settings.

Supported Platforms: Windows only

Class Information

Class Name

AcadPlotConfiguration

Object Inheritance
Object
   AcadObject
      AcadPlotConfiguration
Create Using

VBA

PlotConfigurations.Add
Access Via

VBA

PlotConfigurations.Item

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.

To create a new plot configuration, use the Add method.