ESRI.ArcGIS.NetworkAnalystTools
MakeRouteLayer Class Members
See Also  Properties  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.NetworkAnalystTools Namespace : MakeRouteLayer Class




The following tables list the members exposed by MakeRouteLayer.

Public Constructors

 NameDescription
Public ConstructorMakeRouteLayer ConstructorOverloaded. Constructor that takes all required parameters for geoprocessor execution.  
Top

Public Properties

 NameDescription
Public Propertyaccumulate_attribute_nameList of cost attributes to be accumulated during analysis. These accumulation attributes are purely for reference; the solver only uses the cost attribute specified by the Impedance attribute parameter to calculate the route. (In, Optional)  
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertyfind_best_orderReorder stops to find optimal route (in, Optional)  
Public PropertyhierarchyThe parameter is not used if a hierarchy attribute is not defined on the network dataset used to perform the analysis. In such cases, use "#" as the parameter value. (In, Optional)  
Public Propertyhierarchy_settings

Prior to version 10, this parameter allowed you to change the hierarchy ranges for your analysis from the default hierarchy ranges established in the network dataset. At version 10, this parameter is no longer supported and should be specified as an empty string. If you wish to change the hierarchy ranges for your analysis, update the default hierarchy ranges in the network dataset.

(In, Optional)  
Public Propertyimpedance_attributeThe cost attribute to be used as impedance in the analysis. (In, Required)  
Public Propertyin_network_datasetThe network dataset on which the route analysis will be performed. (In, Required)  
Public Propertyordering_typeSpecifies the ordering of stops when FIND_BEST_ORDER is used. (In, Optional)  
Public Propertyout_network_analysis_layerName of the route network analysis layer to create. (In, Required)  
Public Propertyoutput_layerNetwork Analyst Layer (out, Optional)  
Public Propertyoutput_path_shapeSpecifies the shape type for the route features that are output by the analysis. (In, Optional)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public Propertyrestriction_attribute_nameList of restriction attributes to apply during the analysis. (In, Optional)  
Public Propertystart_date_timeSpecifies a start date and time for the route. Route start time is mostly used to find routes based on the impedance attribute that varies with the time of the day. For example, a start time of 9 AM could be used to find a route that considers the rush hour traffic. The default value for this parameter is 8:00 AM. A date and time can be specified as 10/21/05 10:30 AM. If the route spans multiple days, and only the start time is specified, then the current date is used. (In, Optional)  
Public Propertytime_windowsSpecifies if time windows will be used at the stops. (In, Optional)  
Public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
Public PropertyToolboxNameThe name of this tool's toolbox.  
Public PropertyToolNameThe name of this tool.  
Public PropertyUTurn_policyRestrict or permit U-turns at junctions that could occur during network traversal between stops. (In, Optional)  
Top

See Also

© 2010 All Rights Reserved.