I developed a moderately complex VB.NET app using ArcGISRuntime V4 some years ago. I have just revisited it, and boy have there been some changes in Version 10. It seems to be totally changed. After many hours goggling, I have failed to find a helpful site so that I can re-engineer my code. I think I just need a little help to get (re)started.
I have a shapefile that I wish to open, and query the attributes to find the right shape. I then extract some of the attributes, and the polygons of the shape. Doesn't sound too hard, but I'm just going around in circles.
Could someone give me some simple pseudo code to get started? Basically I just need guidance in how to open a shape file, query it, and extract data from it.
TIA
Solved! Go to Solution.
Fixed - I had to downgrade to version 10 from version 100. That's weird.
Fixed - I had to downgrade to version 10 from version 100. That's weird.
Hi,
There have been some significant changes between the previous release v10.2.7 and the latest release v100.0.
For a start on migration see: Migrate to 100.0.0—ArcGIS Runtime SDK for .NET | ArcGIS for Developers
Cheers
Mike