Click or drag to resize

MultiThreadMatrixDistances Method

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 (LatLon) 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 slotNo
)

Parameters

slotNo
Type: SystemInt32
The slot value of the specified stop.

Return Value

Type: Double
An array of distances in meters.
Examples
See MultiThreadMatrix for code example.
See Also