明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1655|回复: 3

[ARX]如何禁用打印功能?

[复制链接]
发表于 2004-11-24 09:56:00 | 显示全部楼层 |阅读模式
在InitApp中加入以下语句


acedCommand(RTSTR, "undefine", RTSTR, "plot", RTNONE);


不管用,如果在一个命令对应的函数中加入则可以,但是我想要在arx一加载就禁用,我


该怎么办?谢谢!!!
发表于 2004-11-24 12:23:00 | 显示全部楼层

回复

acedCommand()函数的限制: The following restrictions apply to this function:
  • You cannot call acedCommand() to invoke AutoLISP functions nor other ARX applications (external functions in other ARX applications can be invoked with acedInvoke()).
  • You cannot call acedCommand() to invoke AutoCAD commands that directly access peripheral devices. These commands include DTEXT, SKETCH, and PLOT.
You can call acedCommand() to invoke SCRIPT or RSCRIPT (unlike the AutoLISP (command)). 引自: arxref.chm
 楼主| 发表于 2004-11-24 13:47:00 | 显示全部楼层
多谢斑竹!但是我怎么解决我的问题?
发表于 2004-11-24 17:48:00 | 显示全部楼层

回复

用acutBuildList(..)试试.
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-11-26 10:48 , Processed in 0.241300 second(s), 25 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表