Click or drag to resize

RouteMatrixAddStop Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Add a new RouteStop to the matrix.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public int AddStop(
	RouteStop newStop
)

Parameters

newStop
Type: Telogis.GeoBaseRouteStop
The RouteStop to add to the matrix.

Return Value

Type: Int32
Offset of the new stop in the stop array.

Implements

IRouteMatrixAddStop(RouteStop)
Remarks
When the new stop has been added, retrieve time/distance arrays using Times(Int32) and Distances(Int32) methods respectively.
See Also