ArcGIS API for Windows Phone - Library Reference
RouteEventArgs Class Members
See Also  Properties  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace : RouteEventArgs Class


The following tables list the members exposed by RouteEventArgs.

Public Properties

 NameDescription
public PropertyBarriersBarriers are returned only if BaseRouteParameters.ReturnBarriers was set to true (which is not the default). If you send in the barriers as a featureSet (instead of using DataLayer), you already have the barriers and might not need to request them back from the server.  
public PropertyFacilitiesFacilities are returned only if RouteClosestFacilityParameters.ReturnFacilities or RouteServiceAreaParameters.ReturnFacilities was set to true.  
public PropertyIncidentsIncidents are returned only if RouteClosestFacilityParameters.ReturnIncidents was set to true (which is not the default).  
public PropertyMessagesThe solution messages (if returned in the server response) are an array of GPMessage instances.  
public PropertyPolygonBarriersPolygon barriers are returned only if BaseRouteParameters.ReturnPolygonBarriers was set to true (which is not the default).  
public PropertyPolylineBarriersPolyline barriers are returned only if BaseRouteParameters.ReturnPolylineBarriers was set to true (which is not the default).  
public PropertyRouteResults The route results is an array of RouteResult instances.  
public PropertyServiceAreaPolygonsService area polygons are returned from RouteTask.SolveClosestFacilityAsync  
public PropertyServiceAreaPolylinesService area polylines are returned from RouteTask.SolveClosestFacilityAsync  
public PropertyUserState Gets the unique identifier for the asynchronous task. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskEventArgs)
Top

See Also

© ESRI, Inc. All Rights Reserved.