我们需要重新派生一个新类,来实现CToolBar响应 ON_UPDATE_COMMAND_UI,代码如下:
阅读全文>
发表于 @ 2006年11月09日 14:26:00|评论(loading...)|编辑
[ARX]如何得到当前CAD打印设备列表及其他打印设置内容.
To query the all the available plot configurations you should use plotDeviceList()
method of AcDbPlotSettingsValidator class.
And to get the list of available media names for a given plot configuration,
use canonicalMediaNameList() method AcDbPlotSettingsValidator class.
But note the media names may not be same as listed in the Plot dialog.
So to get the media name as listed in the drop down list,
supply the media name to the function getLocaleMediaNam阅读全文>
发表于 @ 2006年11月09日 14:17:00|评论(loading...)|编辑