As of ArcGIS 10, is there a way to generate a mobile map cache using ArcObjects?
This can be done in a stand-alone Python script: http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//003z00000005000000.htm
Thanks, Seth
|
As of ArcGIS 10, is there a way to generate a mobile map cache using ArcObjects? This can be done in a stand-alone Python script: http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//003z00000005000000.htm Thanks, Seth |
|||
|
|
|
I would expect to see an assembly in arcobjects for mobile, but I don't. Maybe you could use ESRI's visual studio tool to generate an assembly that wraps this gp tool. Maybe when you run it from within VS in debug mode, you can watch what assemblies load then use the mobile assembly directly (assuming there is one). |
|||
|
|