IRouteMatrixObeyConstraints Property | ![Verizon Connect Logo](../icons/logo.jpg) |
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
Syntaxbool ObeyConstraints { set; }
WriteOnly Property ObeyConstraints As Boolean
Set
Property Value
Type:
Boolean
RemarksConstraints 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