is it possible to make a layer by importing a csv file??

622
1
05-05-2017 10:25 AM
MohamedShareef
New Contributor

Im making a WPF.Net application and im using ArcGIS Runtime .NET SDK to make it. 
I want import a csv file to the application ( csv file has locaion details) and I want show the location in the map .. anybody have any idea..

0 Kudos
1 Reply
dotMorten_esri
Esri Notable Contributor

It's possible, but currently you will have to do the CSV parsing first yourself, then create a GraphicsOverlay and generate graphics that represents each row.

0 Kudos