明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1532|回复: 2

求助一个关于SelectOnScreen 的问题

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

如何用SelectOnScreen方法来只选择块(块参照)

就是sstext.SelectOnScreen FilterType, FilterData

中的条件FilterType,FilterData 应该如何写

谢谢!

发表于 2005-12-2 13:20:00 | 显示全部楼层
Sub Example_SelectOnScreen()
    ' This example adds objects to a selection set by prompting the user
    ' to select ones to add.
   
    ' Create the selection set
    Dim ssetObj As AcadSelectionSet
    Set ssetObj = ThisDrawing.SelectionSets.Add("TEST_SSET")
   
    Dim gpCode(0) As Integer
    Dim dataValue(0) As Variant
    gpCode(0) = 0
    dataValue(0) = "Insert"
   
    Dim groupCode As Variant, dataCode As Variant
    groupCode = gpCode
    dataCode = dataValue
   
    ' Add objects to a selection set by prompting user to select on the screen
    ssetObj.SelectOnScreen groupCode, dataCode
   
End Sub
 楼主| 发表于 2005-12-2 14:45:00 | 显示全部楼层

非常感谢版主alin的回答,我找了好久都了

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

本版积分规则

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

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

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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