明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1488|回复: 2

过滤器的问题,大家来看看我设置得错没有

[复制链接]
发表于 2005-12-18 10:15:00 | 显示全部楼层 |阅读模式

我想过滤出其中几个层的TEXT数据,我这样写对不对啊,出不来结果啊

Dim sset1 As AcadSelectionSet

Dim FilterType(3) As Integer
Dim FilterData(3) As Variant
FilterType(0) = 0
FilterData(0) = "text"
FilterType(1) = 8
FilterData(1) = '"one" '

filterdata(2)=8

filtertype(3)="two"

filterdata(3)=8

filtertype="three"

sset1.Select acSelectionSetAll ,, , Filterdata, Filtertype

发表于 2005-12-18 14:09:00 | 显示全部楼层

写得有问题啊!

似乎应该这样吧:

Dim sset1 As AcadSelectionSet

Dim FilterType(5) As Integer
Dim FilterData(5) As Variant
FilterType(0) = 0
FilterData(0) = "text"
FilterType(1) = -4
FilterData(1) = "<or"

filtertype(2)=8

filterdata(2)="one"

filtertype(3)=8
filterdata(3)="two"

filtertype(4)=8

filterdata(4)="three"

filtertype(5)=-4

filterdata(5)="or>"


sset1.Select acSelectionSetAll ,, , Filterdata, Filtertype

发表于 2005-12-18 15:58:00 | 显示全部楼层
好象不用这么复杂吧
FilterData(1) = '"one,two,three"  应该就可以的
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-27 08:30 , Processed in 0.162847 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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