ConstraintLinkDirection Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Describes the direction of travel along a street link. Each street link has a reference
end and a non-reference end.
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax [FlagsAttribute]
public enum ConstraintLinkDirection
<FlagsAttribute>
Public Enumeration ConstraintLinkDirection
Members
| Member name | Value | Description |
---|
| ToReference | 1 |
Toward the reference
|
| FromReference | 2 |
From the reference
|
| Both | 3 |
Both directions
|
See Also