basepointdesignz
Programmer
Hey Guys,
Using the ThisDrawing.Utility.GetPoint statement, I can get the user to enter or select a point - this works fine. The only trouble is that if the user tries to zoom, pan or choose any snap method, an error occurs:
Run-time error: '2147352567 (80020009)
Method 'GetPoint' of object 'IAcadUtility' failed.
Does any one know how to get around this so that the user can use these invisible commands to navigate the drawing/or snap to a point, while the GetPoint function is running..
Thanks in advance..
Renegade..
Using the ThisDrawing.Utility.GetPoint statement, I can get the user to enter or select a point - this works fine. The only trouble is that if the user tries to zoom, pan or choose any snap method, an error occurs:
Run-time error: '2147352567 (80020009)
Method 'GetPoint' of object 'IAcadUtility' failed.
Does any one know how to get around this so that the user can use these invisible commands to navigate the drawing/or snap to a point, while the GetPoint function is running..
Thanks in advance..
Renegade..