I'm attempting to populate a Local ArcGIS map with a bunch of already geotagged objects that are currently stored in a csv table. The columns are Long-Lat-Alt and a few additional attributes.
I want to be able to import the csv table and have a pre-existing mesh populated at each point in the Long-Lat-Alt space of the map.
How would I do this?
I solved this using a Data Table *without structs* if anyone encounters the same problem. Common struct formats were uncooperative with arcgis SDK. Calling the table directly worked.