Click or drag to resize

OptimizedStop Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Describes an optimized route stop.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.RoutingOptimizedStop

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
[SerializableAttribute]
public class OptimizedStop

The OptimizedStop type exposes the following members.

Properties
  NameDescription
Public propertyArrivalTime
The arrival time at the stop.
Public propertyLeavingTime
The departure time at the stop.
Public propertyRouteStop
The RouteStop object of this optimized stop.
Public propertyTimeDelay
The delay for this stop.
Public propertyTimeWaiting
The time to wait at this stop until the WindowStart time of the stop.
Public propertyViolation
Indicate, whether the time window of this stop has been violated. None - No violation. TooEarly - This stop has been scheduled too early. There is some waiting time. TooLate - This stop has been scheduled too late.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

Related articles: Delivery Time Windows.

See Also