ArcGIS WPF Offline mode

2107
1
10-23-2012 12:48 AM
Labels (1)
VitaliySmyslov
New Contributor
Hello!
I am using ArcGIS WPF control as a background for my oil production modeller. I don't always need a map to be displayed, but I'd like to use ArcGIS's coordinates and scale control even without the Internet connection. Could you please tell me if it is possible to use the WPF component without the Internet.
0 Kudos
1 Reply
MichaelBranscomb
Esri Frequent Contributor
Hi,

Yes, the ArcGIS Runtime SDK for WPF can be used in an offline mode. Depending on what functionality you need you may need to use local services which you can create programmatically via the API based on "packages" - see http://resources.arcgis.com/en/help/runtime-wpf/concepts/index.html#/Packages_used_by_ArcGIS_Runtime... for more information. The LocalGeometryService does not need a package - that can simply be started/stopped as required.

Cheers

Mike
0 Kudos