User Tools

Site Tools


thinkgeo.mapsuite.routing.gettingrouteviavisitstopsroutingengineeventargs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
thinkgeo.mapsuite.routing.gettingrouteviavisitstopsroutingengineeventargs [2015/09/18 03:06]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.Routing.GettingRouteViaVisitStopsRoutingEngineEventArgs ====== 
-This class represents the parameters passed out through the GettingTspVisitRoute event. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    *System.EventArgs 
-      ***ThinkGeo.MapSuite.Routing.GettingRouteViaVisitStopsRoutingEngineEventArgs** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} GettingRouteViaVisitStopsRoutingEngineEventArgs() ** 
- 
-This is the default constructor with no parameters 
-== Remarks == 
-N/A 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} 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 == 
-  * //​visitSequence//​ 
-    * Type:​IEnumerable<​Int32>​ 
-    * Description:​The current bestVisitSequence of locations that you want to pass out by event. 
- 
-  * //​routeSegments//​ 
-    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Routing.RouteSegment|RouteSegment]]>​ 
-    * Description:​The RouteSement collection that represents current route 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} 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 == 
-  * //​visitSequence//​ 
-    * Type:​IEnumerable<​Int32>​ 
-    * Description:​The current bestVisitSequence of locations that you want to pass out by event. 
- 
-  * //​routeSegments//​ 
-    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Routing.RouteSegment|RouteSegment]]>​ 
-    * Description:​A collection of route segments representing the route. 
- 
-  * //​terminated//​ 
-    * Type:​Boolean 
-    * Description:​A value represents whether stops current calculating. 
- 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} ToString() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //obj// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetType() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Type 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Public Properties ==== 
-** {{wiki:​PublicProperty.gif|}} 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 == 
-  * Type:​Boolean 
- 
-** {{wiki:​PublicProperty.gif|}} RouteSegments ** 
- 
-Gets a collection of route segments representing the route. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Collection<​[[ThinkGeo.MapSuite.Routing.RouteSegment|RouteSegment]]>​ 
- 
-** {{wiki:​PublicProperty.gif|}} VisitSequence ** 
- 
-Gets a number collection that represent the order in which the stops are visited. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Collection<​Int32>​ 
- 
-** {{wiki:​PublicProperty.gif|}} TotalDistance ** 
- 
-The totalCost of current route 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Double 
- 
-==== Protected Properties ==== 
-==== Public Events ==== 
  
thinkgeo.mapsuite.routing.gettingrouteviavisitstopsroutingengineeventargs.1442545588.txt.gz ยท Last modified: 2015/09/18 03:06 by admin