One task is completed using VB.NET but Our organizational directive is to move towards C# in the long run.
So it is need to know something before conversion and What are the key technical challenges or Is there any key considerations involved in migrating?
Or is there any Limitations comes with VB.NET for Revit API uses?
Solved! Go to Solution.
Solved by jeremy_tammik. Go to Solution.
Basically no limitations. The migration should be very straightforward and can be partially automated. The Revit API is pure .NET. All languages supporting .NET are compiled into one single identical intermediate language IL. IL can be decompiled to restore the original source code. However, it can also be decompiled to a different source code language. So, you can take your VB.NET assembly DLL and decompile it to C#. Lots of tools support you in this effort, including the Revit macro editor:
Can't find what you're looking for? Ask the community or share your knowledge.