Click or drag to resize

RouteDeleteStop Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Removes the given RouteStop from the route. Note that if an OptimizeStops() operation has been performed on the Route, the original RouteStops may have been replaced.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void DeleteStop(
	RouteStop aStop
)

Parameters

aStop
Type: Telogis.GeoBaseRouteStop
The RouteStop to remove.

Implements

IRouteDeleteStop(RouteStop)
See Also