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


The following tables list the members exposed by SolveClosestFacilityResult.

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

See Also

© ESRI, Inc. All Rights Reserved.