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




This parameter allows you to rate the importance of reducing excess transit time. Excess transit time is the amount of time exceeding the time required to travel directly between the paired orders. The excess time results from breaks or travel to other orders or depots between visits to the paired orders. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.