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.2.419.0 (24.2.419.0)
Syntax public int IterationLimit { get; set; }
Public Property IterationLimit As Integer
Get
Set
public:
property int IterationLimit {
int get ();
void set (int value);
}
member IterationLimit : int with get, set
Property Value
Type:
Int32Remarks
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