dojo.require("esri.tasks.gp"); var param = {inputLayer: "C:\arcgisserver\scotturb\scotturb_lines_ida_half_test.shp"} var gp = new esri.tasks.Geoprocessor("http://wk2658/ArcGIS/rest/services/GP/GP/GPServer/server_schematic_model"); function generateDiagram() { gp.submitJob(param); }
var param = {inputLayer: "C:\arcgisserver\scotturb\scotturb_lines_ida_half_test.shp"} var gp = new esri.tasks.Geoprocessor("http://wk2658/ArcGIS/rest/services/GP/GP/GPServer/server_schematic_model"); gp.submitJob(param);
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.