IRouteAddStop Method (RouteStop, Int32) | |
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
)
Sub AddStop (
stop As RouteStop,
at As Integer
)
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