Is it possible to call a .net Function from Autocad?
I want to know if I can call a .net function From AutoCad and run some calculations and update SQL Server with the output of that calculations.
Please refer some documentation if you know.
Is it possible to call a .net Function from Autocad?
I want to know if I can call a .net function From AutoCad and run some calculations and update SQL Server with the output of that calculations.
Please refer some documentation if you know.
Calling commands from AutoCAD events using .NET is possible by using the new API capabilities in AutoCAD 2016.
Yes, absolutely. It is a very popular way to automate AutoCAD.
I recently gave a couple answers on this topic.
First, have a look here for a breakdown of some of the most common APIs. Follow the links in that post to find all the latest tutorials.
Second, have a look here for information how to set yourself up in Visual studio and get developing.
Both posts have a number links to excellent developer resources.