- 积分
- 2175
- 明经币
- 个
- 注册时间
- 2004-4-17
- 在线时间
- 小时
- 威望
-
- 金钱
- 个
- 贡献
-
- 激情
-
|
楼主 |
发表于 2004-7-1 12:51:00
|
显示全部楼层
多谢斑竹,我用的是VB6.0
Dim ss As Object Set ss = acadDoc.ActiveSelectionSet Dim ft(1) As Integer, fd(1) acadDoc.SelectionSets("*TlsTest*").Delete Set ss = acadDoc.SelectionSets.Add("*TlsTest*") ft(0) = 0: fd(0) = "Insert" ft(1) = 2: fd(1) = "CB30" ss.Select acSelectionSetAll, , , ft, fd MsgBox ss.Count acadDoc.SelectionSets("*TlsTest*").Delete
斑竹能否解释一下,ss.Select acSelectionSetAll, , , ft, fd中的ft和fd,CAD的帮助文件内没有详细的描述!
|
|