RouteFlagDIR_TRAVEL Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets a char value representing the permitted direction(s) of travel on the link.
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public char DIR_TRAVEL { get; }
Public ReadOnly Property DIR_TRAVEL As Char
Get
Property Value
Type:
CharRemarks
Possible values:
char value | Represents |
---|
B | Travel is allowed in both directions.
|
F | Direction of travel is one way from the reference end of the link to
the non-reference end.
|
T | Direction of travel is one way from the non-reference end of the link to
the reference end.
|
See Also