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


The following tables list the members exposed by SolveServiceAreaResult.

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 RouteServiceAreaParameters.ReturnFacilities was set to true.  
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 PropertyServiceAreaPolygonsService area polygons are returned from RouteTask.SolveServiceAreaTaskAsync  
public PropertyServiceAreaPolylinesService area polylines are returned from RouteTask.SolveServiceAreaTaskAsync  
Top

See Also

© ESRI, Inc. All Rights Reserved.