0

I am developing a wpf gis application using arcgis runtime sdk. In my application user can define FeatureCollectionTable schema and draw features(such as polyline,polygon,point and etc) on map. Now, I need to save this user drawn feature layer as a file(.shp or .tiff). I searched on internet but I didn't found any solution.

Please help me if possible provide a snippet of code.

Thanks in advance

Parashuram
  • 303
  • 2
  • 6
  • 19

1 Answers1

0

If you only need to be able to store and restore the contents (rather than explicitly outputting as a Shapefile), you could use ToJson to serialize the and FromJson to reuse later. You could also save it to a Portal Item using any of the SaveAs functions.

Nixta
  • 464
  • 2
  • 10