Article | 41023264 |
Type | Bug |
Product | Engine |
Version | 4.0.4.1023 |
Date Added | 10/8/2003 |
Fixed | Yes [10/15/2003] |
Submitted by | Sheena Konikkara |
Keywords |
See the attached file for the error nature which has to do with the following code probably
For Each objFigure As vdFigure In
objCrossSel
objArray = CType(objFigure.IntersectWith(objCopyFigure,
VdConstInters.VdIntOnBothOperands), array)
If objArray Is Nothing
OrElse objArray.Length <= 3 Then 'nopoint or one
point
objCrossSel.RemoveItem(objFigure)
End If
Next
There is also the project attached
This code is at common.vb
It is fixed in 4.0.5.1024