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?
Solved! Go to Solution.
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
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