I have a code that wrote with C#.But I need to convert it to VBA and then use from it into GIS. how can I convert it be VBA?
Asked
Active
Viewed 1.1k times
2
-
4ArcGIS 10 will be the last release that supports VBA. If you plan to migrate/upgrade to ArcGIS 10+ then your VBA code will no longer work. The recommended approach is to write your application in Python, VB.NET, or C#. Since you already have your application in C# you may want to consider keeping it in C#. The deprecation document can be found here: http://blogs.esri.com/Support/blogs/supportcenter/archive/2010/08/19/important-deprecation-announcement-for-arcgis-10-and-future-release-of-10-1.aspx – Ryan Taylor Oct 26 '10 at 12:27