明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1950|回复: 2

我的选择集这样写,对吗?请高手指教~~

[复制链接]
发表于 2003-3-10 23:40:00 | 显示全部楼层 |阅读模式
dim Ftype(2) as integer
dim Fdata(2) as Variant
Dim sset As AcadSelectionSet
Set sset = ThisDrawing.SelectionSets.Add("newsset")
Ftype(0)=8:Fdata(0)="NEWLAYER"
Ftype(1)=62:Fdata(1)=5
Ftype(2)=0:Fdata(2)="TEXT"
sset.Select acSelectionSetAll, , , Ftype, Fdata

我想选择在NEWLAYER图层中的红色文字,上面的程序能做吗?好象Ftype和Fdata无法设置成单维三元素数组?
发表于 2003-3-11 19:24:00 | 显示全部楼层

你还是用实用函数中的函数吧

VBA中的选择集函数:
http://www.mjtd.com/function/index.asp?nclassid=3&ordertype=bysort&orderkey=33

BuildFilter  用数组方式填充一对变量以用作为选择集过滤器使用的函数:
http://www.mjtd.com/function/list.asp?id=288&ordertype=bysort&orderkey=33
发表于 2015-10-12 15:08:51 | 显示全部楼层
mccad 发表于 2003-3-11 19:24
VBA中的选择集函数:
http://www.mjtd.com/function/index.asp?nclassid=3&ordertype=bysort&orderkey=33
...

链接无效啊!~
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-25 09:31 , Processed in 0.162162 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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