Products
Professional Services
Demos and Downloads
Help and Support
Products
Professional Services
Demos and Downloads
Help and Support
This is an old revision of the document!
<!– Class –> This class represents the parameters passed out through the GettingTspVisitRoute event.
This class represents the parameters passed out through the GettingTspVisitRoute event.
*System.Object System.EventArgs *ThinkGeo.MapSuite.Routing.GettingRouteViaVisitStopsRoutingEngineEventArgs
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
GettingRouteViaVisitStopsRoutingEngineEventArgs | This is the default constructor with no parameters | ||
GettingRouteViaVisitStopsRoutingEngineEventArgs | IEnumerable<Int32>, IEnumerable<RouteSegment> | This is the constructor that passed the current bestVisitSequence of locations and default isTermination value “false” | |
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. |
| Name | Parameters | DeclaringType | Summary |
|---|
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
Equals | Object | Object | |
GetHashCode | Object | ||
GetType | Object | ||
ToString | Object |
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
Finalize | Object | ||
MemberwiseClone | Object |
| Name | Return | DeclaringType | Summary |
|---|---|---|---|
RouteSegments | Collection<RouteSegment> | Gets a collection of route segments representing the route. | |
Terminate | Boolean | Gets or sets the value that allows you stops the calculating and return current result. The default value is false. | |
TotalDistance | Double | The totalCost of current route | |
VisitSequence | Collection<Int32> | Gets a number collection that represent the order in which the stops are visited. |
| Name | Return | DeclaringType | Summary |
|---|
| Name | Event Arguments | DeclaringType | Summary |
|---|
This is the default constructor with no parameters
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GettingRouteViaVisitStopsRoutingEngineEventArgs#GettingRouteViaVisitStopsRoutingEngineEventArgs.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GettingRouteViaVisitStopsRoutingEngineEventArgs#GettingRouteViaVisitStopsRoutingEngineEventArgs.28.29</a>
| Name | Type | Description |
|---|
This is the constructor that passed the current bestVisitSequence of locations and default isTermination value “false”
This is the constructor that passed the current bestVisitSequence of locations and default isTermination value “false”
| Name | Type | Description |
|---|---|---|
| visitSequence | IEnumerable<Int32><!– System.Collections.Generic.IEnumerable{System.Int32} –> | The current bestVisitSequence of locations that you want to pass out by event. |
| routeSegments | IEnumerable<RouteSegment><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Routing.RouteSegment} –> | The RouteSement collection that represents current route |
This is the constructor that passed the current bestVisitSequence of locations and a value representing whether stops current calculating.
This is the constructor that passed the current bestVisitSequence of locations and a value representing whether stops current calculating.
| Name | Type | Description |
|---|---|---|
| visitSequence | IEnumerable<Int32><!– System.Collections.Generic.IEnumerable{System.Int32} –> | The current bestVisitSequence of locations that you want to pass out by event. |
| routeSegments | IEnumerable<RouteSegment><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Routing.RouteSegment} –> | A collection of route segments representing the route. |
| terminated | Boolean<!– System.Boolean –> | A value represents whether stops current calculating. |
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GettingRouteViaVisitStopsRoutingEngineEventArgs#Equals.28Object.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GettingRouteViaVisitStopsRoutingEngineEventArgs#Equals.28Object.29</a>
| Return Type | Description |
|---|---|
| Boolean<!– System.Boolean –> |
| Name | Type | Description |
|---|---|---|
| obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GettingRouteViaVisitStopsRoutingEngineEventArgs#GetHashCode.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GettingRouteViaVisitStopsRoutingEngineEventArgs#GetHashCode.28.29</a>
| Return Type | Description |
|---|---|
| Int32<!– System.Int32 –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GettingRouteViaVisitStopsRoutingEngineEventArgs#GetType.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GettingRouteViaVisitStopsRoutingEngineEventArgs#GetType.28.29</a>
| Return Type | Description |
|---|---|
| Type<!– System.Type –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GettingRouteViaVisitStopsRoutingEngineEventArgs#ToString.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GettingRouteViaVisitStopsRoutingEngineEventArgs#ToString.28.29</a>
| Return Type | Description |
|---|---|
| String<!– System.String –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GettingRouteViaVisitStopsRoutingEngineEventArgs#Finalize.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GettingRouteViaVisitStopsRoutingEngineEventArgs#Finalize.28.29</a>
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GettingRouteViaVisitStopsRoutingEngineEventArgs#MemberwiseClone.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GettingRouteViaVisitStopsRoutingEngineEventArgs#MemberwiseClone.28.29</a>
| Return Type | Description |
|---|---|
| Object<!– System.Object –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Gets a collection of route segments representing the route.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GettingRouteViaVisitStopsRoutingEngineEventArgs#RouteSegments” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GettingRouteViaVisitStopsRoutingEngineEventArgs#RouteSegments</a>
| Return Type |
|---|
| Collection<RouteSegment><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Routing.RouteSegment} –> |
<!– ThinkGeo.MapSuite.Routing.GettingRouteViaVisitStopsRoutingEngineEventArgs –> Go Back
Gets or sets the value that allows you stops the calculating and return current result. The default value is false.
If you set the value to true, it will stops the calculating and return current result.
| Return Type |
|---|
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.Routing.GettingRouteViaVisitStopsRoutingEngineEventArgs –> Go Back
The totalCost of current route
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GettingRouteViaVisitStopsRoutingEngineEventArgs#TotalDistance” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GettingRouteViaVisitStopsRoutingEngineEventArgs#TotalDistance</a>
| Return Type |
|---|
| Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.Routing.GettingRouteViaVisitStopsRoutingEngineEventArgs –> Go Back
Gets a number collection that represent the order in which the stops are visited.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GettingRouteViaVisitStopsRoutingEngineEventArgs#VisitSequence” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GettingRouteViaVisitStopsRoutingEngineEventArgs#VisitSequence</a>
| Return Type |
|---|
| Collection<Int32><!– System.Collections.ObjectModel.Collection{System.Int32} –> |
<!– ThinkGeo.MapSuite.Routing.GettingRouteViaVisitStopsRoutingEngineEventArgs –> Go Back
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.