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 对象

出图设置的命名集合对象。

VBA 类名

AcadPlotConfiguration 

创建方法

PlotConfigurations.Add 

访问途径

PlotConfigurations.Item 

出图设置类似于 layout; 它们都包含有同样的打印信息。所不同的是一个布局关联着一个包含要打印的几何体的Block。而出图设置是不与特定 Block 对象关联的。 出图设置只是一个可用于任何几何体的出图配置的命名集合。

要创建一个新的出图设置,可使用Add方法。要编辑或查询一个出图设置,可使用以下方法和属性:

方法

Delete

CopyFrom

GetCanonicalMediaNames

GetCustomScale

GetExtensionDictionary

GetLocaleMediaName

GetPaperMargins

GetPaperSize

GetPlotDeviceNames

GetPlotStyleTableNames

GetWindowToPlot

GetXData

SetCustomScale

SetWindowToPlot

SetXData  

属性

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  

事件

Modified