Click or drag to resize

RouteGetStop Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the RouteStop at index.

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

Parameters

number
Type: SystemInt32
Index to return.

Return Value

Type: RouteStop
The RouteStop at index.

Implements

IRouteGetStop(Int32)
See Also