Click or drag to resize

RoutePropagatorIterationLimit Property

Gets or sets the maximum number of times to attempt to configure the surface route before returning a route that may contain discontinuities or other problems. By default, the maximum number of iterations is 3.

Namespace:  AGI.Foundation.RouteDesign
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public int IterationLimit { get; set; }

Property Value

Type: Int32
Remarks
An invalid state can occur when three consecutive procedures are codependent on each other in such a way that the configuration cannot determine the connections without iterating. In practice, this is rare.
See Also