StoppablePropagatorCurrentState Property  | 
 
            Gets or sets the most recently computed state from the propagator.  
            Assume that this state is mutable and that the instance will be updated at every step and restep. 
            For performance considerations, make the derived state type mutable and update a single 
            instance if possible.
            
 
    Namespace: 
   AGI.Foundation.Propagators
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ITimeBasedState CurrentState { get; protected set; }Public Property CurrentState As ITimeBasedState
	Get
	Protected Set
public:
property ITimeBasedState^ CurrentState {
	ITimeBasedState^ get ();
	protected: void set (ITimeBasedState^ value);
}member CurrentState : ITimeBasedState with get, set
Property Value
Type: 
ITimeBasedState
See Also