codebase="hhctrl.ocx#Version=4,73,8561,0"> codebase="hhctrl.ocx#Version=4,73,8561,0" > codebase="hhctrl.ocx#Version=4,73,8561,0" >
 
  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

Delete

CopyFrom

GetCanonicalMediaNames

GetCustomScale

GetExtensionDictionary

GetLocaleMediaName

GetPaperMargins

GetPaperSize

GetPlotDeviceNames

GetPlotStyleTableNames

GetWindowToPlot

GetXData

SetCustomScale

SetWindowToPlot

SetXData  

Properties

Application

CanonicalMediaName

CenterPlot

ConfigName

Document

Handle

HasExtensionDictionary

ModelType

Name

ObjectID

ObjectName

OwnerID

PaperUnits

PlotHidden

PlotOrigin

PlotRotation

PlotType

PlotViewportBorders

PlotViewportsFirst

PlotWithLineweights

PlotWithPlotStyles

RefreshPlotDeviceInfo

ScaleLineweights

ShowPlotStyles

StandardScale

StyleSheet

UseStandardScale

ViewToPlot  

Events

Modified

 

   Comments?