LinkCostUndesirableLink Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets or sets a value indicating whether this link should be avoided.
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public bool UndesirableLink { get; set; }
Public Property UndesirableLink As Boolean
Get
Set
Property Value
Type:
BooleanRemarks
If this is true, the routing engine may still traverse this link, but
only if all other options have been exhausted.
Related articles: Modifying the Routing Strategy.
See Also