Click or drag to resize

RouteFlagROUTE_TYPE Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets a char value that indicates whether this road is part of a larger route, where the road's name is actually a route number. The return value determines the type of the road. See remarks.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public char ROUTE_TYPE { get; }

Property Value

Type: Char
Remarks
Possible values:
char valueRepresents
(space)Not applicable
1U.S. interstate or European level 1 road.
2U.S. federal or European level 2 road.
3U.S. state or European level 3 road.
4U.S. county or European level 4 road.
5European level 5 road.
6European level 6 road
See Also