ESRI.ArcGIS.NetworkAnalystTools
time_impedance Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.NetworkAnalystTools Namespace > MakeVehicleRoutingProblemLayer Class : time_impedance Property




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)

Syntax

Visual Basic (Declaration) 
Public Property time_impedance As String
Visual Basic (Usage)Copy Code
Dim instance As MakeVehicleRoutingProblemLayer
Dim value As String
 
instance.time_impedance = value
 
value = instance.time_impedance
C# 
public string time_impedance {get; set;}

See Also

© 2010 All Rights Reserved.