Hello,
I have table that contains coordinates and interpolated values from a raster for about 300 points. I want to excess these values to an add-in built in C# WPF. What should be the approach? either I have to save the table in Access database and connect to the add-in or is there any method to directly read table values on button click event using C# code?#