出图设置的命名集合对象。
VBA 类名
AcadPlotConfiguration
创建方法
PlotConfigurations.Add
访问途径
PlotConfigurations.Item
出图设置类似于 layout; 它们都包含有同样的打印信息。所不同的是一个布局关联着一个包含要打印的几何体的Block
要创建一个新的出图设置,可使用Add方法。要编辑或查询一个出图设置,可使用以下方法和属性:
方法 Delete CopyFrom GetCanonicalMediaNames GetCustomScale GetExtensionDictionary GetLocaleMediaName GetPaperMargins GetPaperSize GetPlotDeviceNames GetPlotStyleTableNames GetWindowToPlot GetXData SetCustomScale SetWindowToPlot SetXData
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
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
Modified