Click or drag to resize

RouteMatrixDistances Method (Int32)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns an array of distances (in meters) 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
public double[] Distances(
	int stopNumber
)

Parameters

stopNumber
Type: SystemInt32
The stop from which all distances are referenced to.

Return Value

Type: Double
Remarks

Related articles: Using a RouteMatrix.

See Also