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




This parameter allows you to rate the importance of honoring time windows without causing violations. A time window violation occurs when a route arrives at an order, depot, or break after a time window has closed. The violation is the interval between the end of the time window and the arrival time of a route. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.