Table of Contents

ThinkGeo.MapSuite.Routing.GettingRouteViaVisitStopsRoutingEngineEventArgs

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

This class represents the parameters passed out through the GettingTspVisitRoute event.

Inheritance Hierarchy

Members Summary

Public Constructors

GettingRouteViaVisitStopsRoutingEngineEventArgs()

This is the default constructor with no parameters

Remarks

N/A

Parameters

GettingRouteViaVisitStopsRoutingEngineEventArgs(IEnumerable<Int32>,IEnumerable<RouteSegment>)

This is the constructor that passed the current bestVisitSequence of locations and default isTermination value “false”

Remarks

This is the constructor that passed the current bestVisitSequence of locations and default isTermination value “false”

Parameters

GettingRouteViaVisitStopsRoutingEngineEventArgs(IEnumerable<Int32>,IEnumerable<RouteSegment>,Boolean)

This is the constructor that passed the current bestVisitSequence of locations and a value representing whether stops current calculating.

Remarks

This is the constructor that passed the current bestVisitSequence of locations and a value representing whether stops current calculating.

Parameters

Protected Constructors

Public Methods

ToString()

N/A

Remarks

N/A

Return Value
Parameters

Equals(Object)

N/A

Remarks

N/A

Return Value
Parameters

GetHashCode()

N/A

Remarks

N/A

Return Value
Parameters

GetType()

N/A

Remarks

N/A

Return Value
Parameters

Protected Methods

Finalize()

N/A

Remarks

N/A

Return Value
Parameters

MemberwiseClone()

N/A

Remarks

N/A

Return Value
Parameters

Public Properties

Terminate

Gets or sets the value that allows you stops the calculating and return current result. The default value is false.

Remarks

If you set the value to true, it will stops the calculating and return current result.

Return Value

RouteSegments

Gets a collection of route segments representing the route.

Remarks

N/A

Return Value

VisitSequence

Gets a number collection that represent the order in which the stops are visited.

Remarks

N/A

Return Value

TotalDistance

The totalCost of current route

Remarks

N/A

Return Value

Protected Properties

Public Events