StoppingConditionConstraintEvaluatorInitialize Method  | 
 
            Initialize the 
constraint with the 
            
initialState.  This is useful for when the 
            
constraint is comparing the current
            value with the initial (such as something related to the duration of propagation).
            
 
    Namespace: 
   AGI.Foundation.StoppingConditions
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic virtual void Initialize(
	ITimeBasedState initialState
)
Public Overridable Sub Initialize ( 
	initialState As ITimeBasedState
)
public:
virtual void Initialize(
	ITimeBasedState^ initialState
)
abstract Initialize : 
        initialState : ITimeBasedState -> unit 
override Initialize : 
        initialState : ITimeBasedState -> unit Parameters
- initialState
 - Type: AGI.Foundation.CoordinatesITimeBasedState
The state to initialize with. 
See Also