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


The following tables list the members exposed by BaseRouteParameters.

Public Properties

 NameDescription
public PropertyAccumulateAttributes The list of network attribute names to be accumulated with the analysis, i.e. which attributes should be returned as part of the response. The default is as defined in the specific routing network layer used in your RouteTask. You can specify any attributes names listed in the Service Directory under "Network Dataset -> Network Attributes" as "Usage Type: esriNAUTCost".  
public PropertyAttributeParameterValues A set of attribute parameter values that can be parameterized to determine which network elements can be used by a vehicle.  
public PropertyBarriers The set of barriers loaded as network locations during analysis.  
public PropertyBarriersUrlGets or sets the barriers Url. A Url can be provided to a location that returns a feature set of geometries. The points in the feature set will be used as barriers. If BarriersUrl is set then Barriers will be ignored.  
public PropertyDoNotLocateOnRestrictedElements If true, avoid network elements restricted by barriers or due to restrictions specified in restrictionAttributes.  
public PropertyImpedanceAttribute The network attribute name to be used as the impedance attribute in analysis.  
public PropertyOutputGeometryPrecision The precision of the output geometry after generalization. If 0, no generalization of output geometry is performed. If present and positive, it represents the MaximumAllowableOffset parameter - generalization is performed according to IPolycurve.Generalize.  
public PropertyOutputGeometryPrecisionUnits The units of the output geometry precision.  
public PropertyOutputLinesThe type of output lines to be generated in the result. The default is as defined in the specific routing network layer used in your RouteTask. Possible values are "esriNAOutputLineNone" (no line at all), "esriNAOutputLineStraight" (a straight line from start to end) and "esriNAOutputLineTrueShape".  
public PropertyOutSpatialReferenceThe well-known ID of the spatial reference for the geometries returned with the analysis results. If outSR is not specified, the geometries are returned in the spatial reference of the routing network layer used in your RouteTask.  
public PropertyPolygonBarriers The set of polygon barriers loaded as network locations during analysis.  
public PropertyPolygonBarriersUrlGets or sets the polygon barriers Url. A Url can be provided to a location that returns a feature set of geometries. The polygons in the feature set will be used as polygon barriers. If PolygonBarriersUrl is set then PolygonBarriers will be ignored.  
public PropertyPolylineBarriers The set of polyline barriers loaded as network locations during analysis.  
public PropertyPolylineBarriersUrlGets or sets the polyline barriers Url. A Url can be provided to a location that returns a feature set of geometries. The polylines in the feature set will be used as polyline barriers. If PolylineBarriersUrl is set then PolylineBarriers will be ignored.  
public PropertyRestrictionAttributes The list of network attribute names to be used as restrictions with the analysis. The default is as defined in the specific routing network layer used in your RouteTask. Possible values are listed in the Service Directory under "Network Dataset -> Network Attributes". You can also specify a value of "none" to indicate that no network attributes should be used as restrictions. If you specify an empty array, it will default to the default of the service.  
public PropertyRestrictUTurns Specifies how U-Turns should be handled. The default is as defined in the specific routing network layer used in your RouteTask. Possible values are "esriNFSBAllowBacktrack", "esriNFSBAtDeadEndsOnly" and "esriNFSBNoBacktrack".  
public PropertyReturnBarriers If true, barriers will be returned in the barriers property of RouteSolveResult.  
public PropertyReturnPolygonBarriers If true, polyline barriers will be returned in the polylineBarriers of the RouteSolveResult.  
public PropertyReturnPolylineBarriers If true, polygon barriers will be returned in the polygonBarriers of the RouteSolveResult.  
public PropertyReturnZIf true, Z values will be included in the results if the features have Z values. Otherwise Z values are not returned. The default is false.  
Top

See Also

© ESRI, Inc. All Rights Reserved.