印刷設定の名前の付いたコレクション。
サポートされているプラットフォーム: Windows のみ
AcadPlotConfiguration
Object AcadObject AcadPlotConfiguration
VBA
PlotConfigurations.Add
PlotConfigurations.Item
次のメンバーはこのオブジェクトの一部です。
メソッド
プロパティ
イベント
CopyFrom
Delete
GetCanonicalMediaNames
GetCustomScale
GetExtensionDictionary
GetLocaleMediaName
GetPaperMargins
GetPaperSize
GetPlotDeviceNames
GetPlotStyleTableNames
GetWindowToPlot
GetXData
RefreshPlotDeviceInfo
SetCustomScale
SetWindowToPlot
SetXData
Application
CanonicalMediaName
CenterPlot
ConfigName
Document
Handle
HasExtensionDictionary
ModelType
Name
ObjectID
ObjectName
OwnerID
PaperUnits
PlotHidden
PlotOrigin
PlotRotation
PlotType
PlotViewportBorders
PlotViewportsFirst
PlotWithLineweights
PlotWithPlotStyles
ScaleLineweights
ShowPlotStyles
StandardScale
StyleSheet
UseStandardScale
ViewToPlot
Modified
印刷環境設定はレイアウトと似ており、どちらも同じ印刷情報を含んでいます。その違いは、レイアウトが、印刷するジオメトリを含む Block オブジェクトに関連付けられている点です。印刷環境設定は、特定の Block オブジェクトに関連付けされていません。印刷環境設定は、単に名前の付いた印刷設定のコレクションで、どのジオメトリとも使用できます。
新しい印刷環境設定を作成するには、 Add メソッドを使用します。