RouteFlagROUTE_TYPE Property | |
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; }
Public ReadOnly Property ROUTE_TYPE As Char
Get
Property Value
Type:
CharRemarks
Possible values:
char value | Represents |
---|
(space) | Not applicable |
1 | U.S. interstate or European level 1 road. |
2 | U.S. federal or European level 2 road. |
3 | U.S. state or European level 3 road. |
4 | U.S. county or European level 4 road. |
5 | European level 5 road. |
6 | European level 6 road |
See Also