明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1030|回复: 1

选择集过滤器问题

[复制链接]
发表于 2008-7-11 11:49:00 | 显示全部楼层 |阅读模式

Public Sub CreateSSetFilter(ByRef filterType As Variant, ByRef filterData As Variant, ParamArray filter())
If UBound(filter) Mod 2 = 0 Then
    MsgBox "Fileter 参数无效"
    Exit Sub

End If

Dim fType As Integer
Dim fData As Variant
Dim count As Integer
count = (UBound(filter) + 1) / 2
ReDim fType(count - 1)
ReDim fData(count - 1)
Dim i As Integer
For i = 0 To count - 1
    fType(i) = fType(2 * i)
    fData(i) = fData(2 * i + 1)
   
Next i

filterType = fType
filterData = fData

有没有人能帮我看看这段代码中,选择集过滤器的数组的维数如何确定的?怎么规定的?

发表于 2008-7-11 16:30:00 | 显示全部楼层

请看autocadVBA二次开发教程 第65页和129页,有详细的介绍,或按此要点在网上找一下。

   fType(0) = -4

   fType(0) = 0 是图元, 8--图层   

fData(0) 可以是line 或图层名

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-26 08:50 , Processed in 0.156227 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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