ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> This class represents the parameters passed out through the FindingRoute event.
This class represents the parameters passed out through the FindingRoute event.
*System.Object System.EventArgs *ThinkGeo.MapSuite.Routing.FindingRouteRoutingAlgorithmEventArgs
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | This is the default constructor. | ||
![]() | RouteSegment | This is the constructor that passed the routeSegment. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | Object | |
![]() | Object | ||
![]() | Object | ||
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | Boolean | Gets or sets the value that represents whether the current routeSegment is the terminus. The default value is false. | |
![]() | RouteSegment | Gets or sets the value that represents the current routeSegment during route. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
This is the default constructor.
This is the default constructor.
Name | Type | Description |
---|
This is the constructor that passed the routeSegment.
This is the constructor that passed the routeSegment.
Name | Type | Description |
---|---|---|
routeSegment | RouteSegment<!– ThinkGeo.MapSuite.Routing.RouteSegment –> | The routeSegment that you want pass out by event. |
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.FindingRouteRoutingAlgorithmEventArgs#Equals.28Object.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.FindingRouteRoutingAlgorithmEventArgs#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.FindingRouteRoutingAlgorithmEventArgs#GetHashCode.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.FindingRouteRoutingAlgorithmEventArgs#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.FindingRouteRoutingAlgorithmEventArgs#GetType.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.FindingRouteRoutingAlgorithmEventArgs#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.FindingRouteRoutingAlgorithmEventArgs#ToString.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.FindingRouteRoutingAlgorithmEventArgs#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.FindingRouteRoutingAlgorithmEventArgs#Finalize.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.FindingRouteRoutingAlgorithmEventArgs#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.FindingRouteRoutingAlgorithmEventArgs#MemberwiseClone.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.FindingRouteRoutingAlgorithmEventArgs#MemberwiseClone.28.29</a>
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Gets or sets the value that represents whether the current routeSegment is the terminus. The default value is false.
If you set the value to true, it will make the current routeSegment the terminus, which will break the route and return the path that has been routed thus far.
Return Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.Routing.FindingRouteRoutingAlgorithmEventArgs –> Go Back
Gets or sets the value that represents the current routeSegment during route.
The default value is null if you call the default constructor.
Return Type |
---|
RouteSegment<!– ThinkGeo.MapSuite.Routing.RouteSegment –> |
<!– ThinkGeo.MapSuite.Routing.FindingRouteRoutingAlgorithmEventArgs –> Go Back