交点的问题?
dim pl as acadpolylinedim L as acadline
dim pt as variant
pt=pl.intersectwith(l,mode)
两者都没有延伸的时候,就没有返回值,那我怎么判断有没有返回值呢?
是用 if isNull(pt) then exit function 吗? if ubound(pt)=-1 then exit function 先谢谢飞狐老师!
为什么不能用 IsNull 呢?没有返回值的时候不是应该为空值吗?这是VB的bug吗?
页:
[1]