.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Autocad and VB.Net (newbie)

2 REPLIES 2
Reply
Message 1 of 3
Anonymous
379 Views, 2 Replies

Autocad and VB.Net (newbie)

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.
2 REPLIES 2
Message 2 of 3
Anonymous
in reply to: Anonymous

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

--
Saber S.
"Saber" wrote in message
news:4905947@discussion.autodesk.com...
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.
Message 3 of 3
Naveen
in reply to: Anonymous

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.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk DevCon in Munich May 28-29th


Autodesk Design & Make Report

”Boost