RouteStopPenalty Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Represents a penalty incurred for missing the alloted window. The penalty must be
greater than or equal to zero. A value of -1 indicates that the penalty has not been set.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public double Penalty { get; set; }
Public Property Penalty As Double
Get
Set
Property Value
Type:
DoubleRemarks
A penalty could be used by the customer to track the performance
of vehicles with respect to the windows of time alloted for each
RouteStop. For example, a vehicle might lose 10 'points' for each
minute spent at a stop after the time window is up.
Related articles: Delivery Time Windows.
See Also