Load Orders, Depots, Routes dynamically for VRP Solver

1933
2
05-16-2011 05:16 PM
MurugeshAnnadurai
New Contributor
I am trying to use VRP solver with ArcGIS server 10. I have setup NA service with VRP layer in my server. All sample codes that I have seen uses Orders, Routes and Depots that are already loaded in the map. How do I load locations (orders, routes, depots) dynamically from the program at run-time. Are there any samples for this? Would greatly appreciate any help/pointers on this.
Tags (2)
0 Kudos
2 Replies
DmitryKudinov
Occasional Contributor
Hi Murugesh,

Please take a look at this C# sample app using NAServer SOAP endpoint. This is about Route solver, but the general pattern of addressing a remote solver is exactly the same.

http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/0001/0001000004n8000000.htm

thanks,
Dmitry
0 Kudos
MurugeshAnnadurai
New Contributor
Thanks Dmitry. That was helpful.
0 Kudos