Click or drag to resize

IRouteMatrixObeyConstraints Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Setting this true ensures that constraints are obeyed when calculating routes.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
bool ObeyConstraints { set; }

Property Value

Type: Boolean
Remarks
Constraints are restrictions based on the VehicleSpec property as well as restrictions set using the properties of the routing strategy such as AllowUTurns, RoadCrossingBehavior and UseTollRoads. When ObeyConstraints is true, any route that violates these constraints is discarded. When ObeyConstraints is false, the constraints are ignored when generating the route matrix. Setting ObeyConstraints to true can result in a noticable performance penalty.
See Also