ESRI.ArcGIS.NetworkAnalystTools
MakeVehicleRoutingProblemLayer Constructor(Object,String,String)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.NetworkAnalystTools Namespace > MakeVehicleRoutingProblemLayer Class > MakeVehicleRoutingProblemLayer Constructor : MakeVehicleRoutingProblemLayer Constructor(Object,String,String)




in_network_dataset
The network dataset on which the vehicle routing problem analysis will be performed. The network dataset must have a time based cost attribute since the VRP solver minimizes time. (In, Required)
out_network_analysis_layer
Name of the vehicle routing problem network analysis layer to create. (In, Required)
time_impedance
The time cost attribute used to define the traversal time along the elements of the network. The time cost attribute is required, since the vehicle routing problem solver minimizes time. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_network_dataset As Object, _
   ByVal out_network_analysis_layer As String, _
   ByVal time_impedance As String _
)
Visual Basic (Usage)Copy Code
Dim in_network_dataset As Object
Dim out_network_analysis_layer As String
Dim time_impedance As String
 
Dim instance As MakeVehicleRoutingProblemLayer(in_network_dataset, out_network_analysis_layer, time_impedance)
C# 
public MakeVehicleRoutingProblemLayer( 
   object in_network_dataset,
   string out_network_analysis_layer,
   string time_impedance
)

Parameters

in_network_dataset
The network dataset on which the vehicle routing problem analysis will be performed. The network dataset must have a time based cost attribute since the VRP solver minimizes time. (In, Required)
out_network_analysis_layer
Name of the vehicle routing problem network analysis layer to create. (In, Required)
time_impedance
The time cost attribute used to define the traversal time along the elements of the network. The time cost attribute is required, since the vehicle routing problem solver minimizes time. (In, Required)

See Also

© 2010 All Rights Reserved.