0

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?

PolyGeo
65.5k29 gold badges115 silver badges349 bronze badges
asked May 28, 2014 at 12:26

2 Answers 2

2

There are a couple of ways to automate the runtime content creation:

or

answered May 29, 2014 at 16:33
2
  • It's the good tool, but I want to be able to call it(or something similar) from an ArcObjects dll Commented May 29, 2014 at 18:56
  • Unfortunately it is not support in ArcObjects at this time. Commented May 29, 2014 at 18:58
1

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!

answered Jun 5, 2014 at 11:44

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.