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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: 
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