I'm exploring different options for creating an offline mobile application with Esri's technologies. The option that fits my needs the best is to use the ArcGIS Runtime SDK with offline maps created with ArcGIS for Desktop(In ArcMap : File->ShareAs->Runtime Content).
The next step is now to automate the Runtime Content creation. Is there a way, using ArcObjects, to create Runtime content programmatically?
2 Answers 2
There are a couple of ways to automate the runtime content creation:
or
-
It's the good tool, but I want to be able to call it(or something similar) from an ArcObjects dllGoldorak84– Goldorak842014年05月29日 18:56:15 +00:00Commented May 29, 2014 at 18:56
-
Unfortunately it is not support in ArcObjects at this time.jdONeill– jdONeill2014年05月29日 18:58:10 +00:00Commented May 29, 2014 at 18:58
I finally was able to create Runtime Content within ArcObjects. As jdONeil suggested, I used the Create Runtime Content GP tool in conjunction with's arcobject's ability to call a geoprocessing tool.
It worked like a charm!
Explore related questions
See similar questions with these tags.