Web Services & VB.NET

Web Services & VB.NET

Anonymous
Not applicable
629 Views
2 Replies
Message 1 of 3

Web Services & VB.NET

Anonymous
Not applicable
I've created a VBA application within AutoCAD a few years back. I'm migrating to VB.NET and am wondering how VBA/AutoCAD will handle all my VB.NET assemblies I've created. First off, can AutoCAD call a webservice? Can AutoCAD instantiate an Assembly and work with it's properties and methods?

Thanks,
Derek
0 Likes
630 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
AutoCAD exposes a .NET API; by and large, you use it just as any other .NET
API. That is, there aren't a lot of special rules for .NET that only apply
to AutoCAD.

Dan

wrote in message news:4948178@discussion.autodesk.com...
I've created a VBA application within AutoCAD a few years back. I'm
migrating to VB.NET and am wondering how VBA/AutoCAD will handle all my
VB.NET assemblies I've created. First off, can AutoCAD call a webservice?
Can AutoCAD instantiate an Assembly and work with it's properties and
methods?

Thanks,
Derek
0 Likes
Message 3 of 3

Anonymous
Not applicable
I use web services with C# and AutoCAD, and it all works just fine.

-Carlos

wrote in message news:4948178@discussion.autodesk.com...
I've created a VBA application within AutoCAD a few years back. I'm
migrating to VB.NET and am wondering how VBA/AutoCAD will handle all my
VB.NET assemblies I've created. First off, can AutoCAD call a webservice?
Can AutoCAD instantiate an Assembly and work with it's properties and
methods?

Thanks,
Derek
0 Likes