More VB.Net ArcGIS Pro SDK samples

726
2
10-20-2022 08:24 AM
Status: Open
Labels (1)
MarkAnstaett
New Contributor II

There should be more samples in VB.Net for the ArcGIS Pro SDK.  For cases where a programmer is redoing a vb.Net arcobjects add-in to use in Pro and wants to keep it in VB.Net not C#.  Even the simple step of FeatureLayer.GetFeatureClass() requires using QueuedTask.Run and there is nothing available that I could find on syntax of coding that in VB.Net.

2 Comments
ClaudeJoannette

I am in the same boat as you Mark. It's a shame ESRI would just drop all samples/examples for VB.net for ArcPro's SDK. Just wondering if you we're able to find other resources online to help with this?

StephenRhea_NV5

We've made the jump to C#, and I used a code converter like https://converter.telerik.com/ with a lot of success. It's admittedly tedious with larger code sets, but it's a great jumping off point.

Esri should still add samples, though. 🙂