examples of exporting map to different data formats in C#

711
1
Jump to solution
09-20-2019 07:59 AM
JessicaHarrell
New Contributor

Hello I've been working on a program using the #arcgis-runtime-sdk-for-windows-store-apps to create maps. Now I'd like to export these maps out of my application so that they can be consumed by my users in other applications. Specifically I'd like create dxf and shp files from my maps. ( export dxf export to shp) But I'm having trouble finding examples of how to do this. Can anyone help?

0 Kudos
1 Solution

Accepted Solutions
MichaelBranscomb
Esri Frequent Contributor

Hi,

Export to DXF and Shp is currently not support by ArcGIS Runtime. 

Good options for sharing data are ArcGIS Feature Collections (which can be shared directly as JSON or via ArcGIS Portal Items) and KML.

Did you mean you are using ArcGIS Runtime SDK for .NET (Esri.ArcGISRuntime.UWP) instead of ArcGIS Runtime SDK for Windows Store Apps? 

Thanks

Mike

View solution in original post

1 Reply
MichaelBranscomb
Esri Frequent Contributor

Hi,

Export to DXF and Shp is currently not support by ArcGIS Runtime. 

Good options for sharing data are ArcGIS Feature Collections (which can be shared directly as JSON or via ArcGIS Portal Items) and KML.

Did you mean you are using ArcGIS Runtime SDK for .NET (Esri.ArcGISRuntime.UWP) instead of ArcGIS Runtime SDK for Windows Store Apps? 

Thanks

Mike