Greetings.
I am loading a shapefile into a ShapeFileFeatureLayer in my application. The way my data is structured from using 2.x is having a base shapefile, and a CSV that contains additional data. In 2.x, I would open the shapefile, then add columns and data from the csv.
In 3.0, I'm not able to find how to add a column to the ShapeFileFeatureLayer, and then subsequently populate it.
I know that you can add columns to an InMemoryFeatureLayer, and then populate it, but you can't load a shapefile into an InMemoryFeatureLayer (or can you).
How can I go about doing this?
Thanks.
Charley.