Everything is bad at the begining of work!
I need to code an application to read DWG files and then give the users
the ability for zooming and panning.
I did lots of searches over the net using different keywords, but couldn't
find something usable.
here is an API written by VB 6, is there something similar for VB.Net ?
http://www.ipdg3.com/sourcecoderesults.php?option=sourcecode&id=000033
Would you help me?
Thanks
PS- I found another article here:
http://management.cadalyst.com/cadman/article/articleDetail.jsp?id=164772
but when I try to run the sample, in this line I get a syntax error:
acadApp.DocumentManager.MdiActiveDocument.Editor.WriteMessage( _
vbNewLine & "Hello World!" & vbNewLine)
Here is the Error:
'Editor' is not a member of 'Autodesk.AutoCAD.ApplicationServices.Document'
--
Saber S.