laoliu09 发表于 2005-1-17 09:27:00

交点的问题?

dim pl as acadpolyline


dim        L as acadline


dim pt as variant


pt=pl.intersectwith(l,mode)


        两者都没有延伸的时候,就没有返回值,那我怎么判断有没有返回值呢?


是用 if isNull(pt) then exit function 吗?

雪山飞狐_lzh 发表于 2005-1-17 11:09:00

if ubound(pt)=-1 then exit function

laoliu09 发表于 2005-1-17 17:30:00

先谢谢飞狐老师!


为什么不能用 IsNull 呢?没有返回值的时候不是应该为空值吗?这是VB的bug吗?
页: [1]
查看完整版本: 交点的问题?