Click or drag to resize

IRouteAddStop Method (RouteStop, Int32)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Adds a single stop to a specified position in the route.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
void AddStop(
	RouteStop stop,
	int at
)

Parameters

stop
Type: Telogis.GeoBaseRouteStop
The RouteStop to add to the route.
at
Type: SystemInt32
The index in the route list at which to add.
See Also