Autocad and VB.Net (newbie)

Autocad and VB.Net (newbie)

Anonymous
Not applicable
692 Views
2 Replies
Message 1 of 3

Autocad and VB.Net (newbie)

Anonymous
Not applicable
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.
0 Likes
693 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
Forgot to say:
I'm using Autocad 2005
.Net FrameWork 1.1

--
Saber S.
"Saber" wrote in message
news:[email protected]...
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.
0 Likes
Message 3 of 3

Anonymous
Not applicable
Hi,
If I remember correctly, there is no Editor class available in AutoCAD 2005 API. That sample might have been written for AutoCAD 2006. Use CommandLinePrompts class to write message to out put window in 2005.

Naveen.
0 Likes