找回密码
 立即注册

QQ登录

只需一步,快速开始

扫一扫,访问微社区

查看: 1401|回复: 0

[分享] autocad.net中ResultBuffer相关的常量值

[复制链接]

已领礼包: 859个

财富等级: 财运亨通

发表于 2014-4-16 10:23:50 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?立即注册

×
本帖最后由 csharp 于 2014-5-2 22:57 编辑

1 ' Type of resbuf element
2 Const RTNONE As Short = 5000
3 ' No result

4 Const RTREAL As Short = 5001
5 ' Real number

6 Const RTPOshort As Short = 5002
7 ' 2D poshort X and Y only

8 Const RTSHORT As Short = 5003
9 ' Short integer

10 Const RTANG As Short = 5004
11 ' Angle

12 Const RTSTR As Short = 5005
13 ' String

14 Const RTENAME As Short = 5006
15 ' Entity name

16 Const RTPICKS As Short = 5007
17 ' Pick set

18 Const RTORshort As Short = 5008
19 ' Orientation

20 Const RT3DPOshort As Short = 5009
21 ' 3D poshort - X, Y, and Z

22 Const RTLONG As Short = 5010
23 ' Long integer

24 Const RTVOID As Short = 5014
25 ' Blank symbol

26 Const RTLB As Short = 5016
27 ' list begin

28 Const RTLE As Short = 5017
29 ' list end

30 Const RTDOTE As Short = 5018
31 ' dotted pair

32 Const RTNIL As Short = 5019
33 ' nil

34 Const RTDXF0 As Short = 5020
35 ' DXF code 0 for ads_buildlist only

36 Const RTT As Short = 5021
37 ' T atom

38 Const RTRESBUF As Short = 5023
39 ' resbuf

40 Const RTMODELESS As Short = 5027
41 ' interrupted by modeless dialog

42 '

43 ' Error return code

44 Const RTNORM As Short = 5100
45 ' Request succeeded

46 Const RTERROR As Short = -5001
47 ' Some other error

48 Const RTCAN As Short = -5002
49 ' User cancelled request -- Ctl-C

50 Const RTREJ As Short = -5003
51 ' AutoCAD rejected request -- invalid

52 Const RTFAIL As Short = -5004
53 ' Link failure -- Lisp probably died

54 Const RTKWORD As Short = -5005

55 ' Keyword returned from getxxx() routine
56 Const RTINPUTTRUNCATED As Short = -5008


评分

参与人数 1D豆 +3 收起 理由
ScmTools + 3 很给力!经验;技术要点;资料分享奖!

查看全部评分

论坛插件加载方法
发帖求助前要善用【论坛搜索】功能,那里可能会有你要找的答案;
如果你在论坛求助问题,并且已经从坛友或者管理的回复中解决了问题,请把帖子标题加上【已解决】;
如何回报帮助你解决问题的坛友,一个好办法就是给对方加【D豆】,加分不会扣除自己的积分,做一个热心并受欢迎的人!
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|申请友链|Archiver|手机版|小黑屋|辽公网安备|晓东CAD家园 ( 辽ICP备15016793号 )

GMT+8, 2024-11-17 22:19 , Processed in 0.174239 second(s), 32 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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