Skip to main content

How to run a Network Service Area task

Comments

2 comments

  • Permanently deleted user

    Hi Josh,

    The Route Task in Workflow will return results of type (http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.RouteEventArgs.html) RouteEventArgs . This result contains ServiceAreaPolygons as a graphic, so you could use a RunExternalCommand activity, set the command to "AddMarkup", and set the parameter to routeResult.ServiceAreaPolygons.Geometry(), where routeResult is the variable holding the result of the Route Task.

    -Victoria

    0
  • Permanently deleted user
    Can you please share the workflow with us
    0

Please sign in to leave a comment.