ArcGIS Runtime SDK for WPF - Library Reference
SolveRouteResult Class Members
See Also  Properties 
ESRI.ArcGIS.Client.Tasks Namespace : SolveRouteResult Class


The following tables list the members exposed by SolveRouteResult.

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 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 PropertyRouteResultsThe route results is an array of RouteResult instances.  
Top

See Also

© ESRI, Inc. All Rights Reserved.