IRouteMatrixTimes Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns an array of travel times (in seconds) from the specified stop to all other stops.
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax double[] Times(
int stopNumber,
int maxStops,
LinkCost maxCost
)
Function Times (
stopNumber As Integer,
maxStops As Integer,
maxCost As LinkCost
) As Double()
Parameters
- stopNumber
- Type: SystemInt32
The number of the stop to calculate travel times from. - maxStops
- Type: SystemInt32
The maximum number of stops. - maxCost
- Type: Telogis.GeoBase.RoutingLinkCost
The maximum cost as a LinkCost object.
Return Value
Type:
DoubleAn array of times from a stop to all other stops.
See Also