Click or drag to resize

RouteEnd Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The end location of this route.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public RouteStop End { get; set; }

Property Value

Type: RouteStop

Implements

IRouteEnd
Exceptions
ExceptionCondition
WaypointStartEndExceptionThrown if the end location is a Waypoint.
Remarks
A route cannot start or end on a waypoint.
See Also