明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1337|回复: 4

多义线顶点个数能不能设置为变量?

[复制链接]
发表于 2008-3-3 09:57:00 | 显示全部楼层 |阅读模式
为什么Coordinates(A)不能设置为变量?
一定要设置为常数Coordinates(10)
有办法解决吗?
发表于 2008-3-3 15:30:00 | 显示全部楼层
本帖最后由 作者 于 2008-3-3 15:32:09 编辑

设置为变量没有问题啊:

    Dim i As Integer
    i = 1
    Dim coord As Variant
    coord = plineObj.Coordinate(i)

你是用Coordinate还是用Coordinates?

 楼主| 发表于 2008-3-3 16:48:00 | 显示全部楼层
我用的是Coordinates,不可以吗?
 楼主| 发表于 2008-3-3 17:19:00 | 显示全部楼层

hs = xlApp.WorksheetFunction.Count(Columns(1))

    Dim Coordinates(hs - 1) As Double
 

        For i = 1 To hs
           Coordinates(i - 1) = Cells(i, 1)
        Next i
 Set acadpline = mspace.AddLightWeightPolyline(Coordinates)
acadpline.Update

提示编译错误:要求参数表达式

发表于 2008-3-3 18:04:00 | 显示全部楼层

将Dim Coordinates(hs - 1) As Double改为:

ReDim Coordinates(hs - 1) As Double试一下.

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

本版积分规则

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

GMT+8, 2024-11-26 11:38 , Processed in 0.227944 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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