VB.net 2003 and AutoCAD 2004 is it possible

VB.net 2003 and AutoCAD 2004 is it possible

Anonymous
Not applicable
553 Views
2 Replies
Message 1 of 3

VB.net 2003 and AutoCAD 2004 is it possible

Anonymous
Not applicable
Do these 2 application work to gather?

I am programing excel, word, Access, and I want to start w/ Autocad 2004.

Are they compatable? I am losing ground with VBA within each application.
0 Likes
554 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
Anouther question is, is there an online manual to the autocad commands?

For instance
pt1 = getpoint()
pt2 = getpoiint()
L=line(pt1, pt2)

ect.
0 Likes
Message 3 of 3

Anonymous
Not applicable
You can use the ActiveX APIl. You will need to add the references from the COM tab of the Add Reference dialog. You can use the help in AutoCAD but remember that it is written for VBA and .NET has differences with variables eg VBA Integer = .NET Short or Int16. If you upgrade to 2006 you will have a .NET API you can use.

Regards - Nathan
0 Likes