Newbie Questions from a newbie programmer about Revit API.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello guys, first of all, my name is Myrtaro. This is the firsty time that I post here, but I've been reading some topics.
My goal is to program a plug-in for Revit for my Master Thesis, but I'm really new with programming and it was all auto-learn, so I have some basic flaws for sure. I tried to use the "Search" button trying to find the answer to my question, but I couldn't find it, if I missed something feel free to post a link to the answer or something similar.
The question is quite simple. I started to wrote the code for my plug-in in C++ language, but when I was re-reading the "My First Plug-in" Guide I realized that the API only works in C#, VB.NET and "Managed C++" (which in fact I thought it was regular C++). So know I have the code in C++ and I don't know what to do, should I try to "translate" it to C#? (I have to point that I don't know anything about C#) Should I stick with the Managed C++? (I think that I understood that the code would be the same)
And in the later, how do I start to make the work in accordance with Revit? (Since the guide is written for C# and with references to VB.NET only).
Thank you for your answers guys.
Best regards.
Myrtaro.