Click or drag to resize

RouteMatrixAddStops Method

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

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public int[] AddStops(
	RouteStop[] newStops
)

Parameters

newStops
Type: Telogis.GeoBaseRouteStop
The RouteStops to add to the matrix.

Return Value

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

Implements

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