Click or drag to resize

OptimizeResult Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A class used to determine if the time windows on a route can be achieved.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.RoutingOptimizeResult

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class OptimizeResult

The OptimizeResult type exposes the following members.

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 methodGetStops
Retrieve all the stops in the route in optimized order. This can be used to examine the expected arrival time for each stop, regardless of whether the time windows are satisfied.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetViolatedStops
The Stops with a violated time window.
Public methodStatic memberIsTimeValid
Indicates whether a given time is valid (below the valid time threshold of 24 hours).
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

Related articles: Delivery Time Windows.

See Also