明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1990|回复: 6

ThisDrawing.Blocks.Item(ExternalBlock).Bind False

[复制链接]
发表于 2004-2-27 13:38:00 | 显示全部楼层 |阅读模式
ThisDrawing.Blocks.Item(ExternalBlock).Bind False


< class=MsoNormal style="MARGIN: 0cm 0cm 0pt">为甚么会出现"Invalid procedure call or argument"的错误提示


< class=MsoNormal style="MARGIN: 0cm 0cm 0pt">请高手帮我解答为谢<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
发表于 2004-2-27 13:52:00 | 显示全部楼层
ThisDrawing.Blocks.Item(ExternalBlock).Bind False


ExternalBlock必须是一个字符串,而且必须是块的名称,这个块必须是外部引用块。
 楼主| 发表于 2004-2-27 14:17:00 | 显示全部楼层
Dim InsertPoint(0 To 2) As Double
Dim ExternalBlock As AcadExternalReference
Dim TempBlock As AcadBlock
Dim MsgStr As String
For I = 1 To 10 Dim J As Integer
J = 10 * I InsertPoint(0) = 1 + J InsertPoint(1) = 1 + J InsertPoint(2) = 0 FileName = "E:\lgs\4052.dwg" Set ExternalBlock = ThisDrawing.ModelSpace.AttachExternalReference(FileName, "ExternalReference", InsertPoint, 1, 1, 1, 0, False) ThisDrawing.Blocks.Item(ExternalBlock).Bind False Next

请帮我看看这些代码有甚么问题吗?

发表于 2004-2-27 15:00:00 | 显示全部楼层
ExternalBlock是个实体,不是字符串
 楼主| 发表于 2004-2-27 15:37:00 | 显示全部楼层
ThisDrawing.Blocks.Item(ExternalBlock1.name).Bind False


ThisDrawing.Blocks.Item(ExternalBlock2.name).Bind False



< class=MsoNormal style="MARGIN: 0cm 0cm 0pt">为甚么不能两次采用Bind,也不能运行两次<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
发表于 2004-2-27 16:31:00 | 显示全部楼层
ExternalBlock1?ExternalBlock2?有没有指向有效的块引用对象。
 楼主| 发表于 2004-2-27 16:40:00 | 显示全部楼层



But files access error!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-28 08:33 , Processed in 0.183164 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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