0
How could I learn to create plug-ins?
One of my goals to learn programming is to develop plug-ins for my daily used engineering softwares (like Autocad or revit). Now I am learning c# and I am still a beginner. What should I do? How can I learn it? What could you suggest to me?
2 Respostas
+ 2
http://usa.autodesk.com/adsk/servlet/index?id=18162650&siteID=123112
https://stackoverflow.com/questions/3091778/developing-plugins-for-autocad
Similar documentation should exist for any other program you may wish to create a plugin for. Basically, you should know the language that is supported for the plugin development, and learn the specific application's plugin development. There's no general way of creating a plugin, each application has it's own rules.
0
Thank you very much for response Vincent